aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/vpn.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/vpn.pp')
-rw-r--r--manifests/subsystem/vpn.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/subsystem/vpn.pp b/manifests/subsystem/vpn.pp
new file mode 100644
index 0000000..1884ed2
--- /dev/null
+++ b/manifests/subsystem/vpn.pp
@@ -0,0 +1,7 @@
+class nodo::subsystem::vpn {
+ include firewall::openvpn
+
+ package { ['openvpn', 'resolvconf' ]:
+ ensure => present,
+ }
+}