From: Silvio Rhatto Date: Thu, 19 Oct 2017 18:03:12 +0000 (-0200) Subject: Adds manifests/subsystem/vpn.pp X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f7e039adb34e628b47901947e8d156fab8e1cc40;p=puppet-nodo.git Adds manifests/subsystem/vpn.pp --- 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, + } +}