]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds manifests/subsystem/vpn.pp
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 19 Oct 2017 18:03:12 +0000 (16:03 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 19 Oct 2017 18:03:12 +0000 (16:03 -0200)
manifests/subsystem/vpn.pp [new file with mode: 0644]

diff --git a/manifests/subsystem/vpn.pp b/manifests/subsystem/vpn.pp
new file mode 100644 (file)
index 0000000..1884ed2
--- /dev/null
@@ -0,0 +1,7 @@
+class nodo::subsystem::vpn {
+  include firewall::openvpn
+
+  package { ['openvpn', 'resolvconf' ]:
+    ensure  => present,
+  }
+}