diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-19 16:03:12 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-19 16:03:12 -0200 |
commit | f7e039adb34e628b47901947e8d156fab8e1cc40 (patch) | |
tree | 629f4dff7b073fc38a598034848d7cb75565b861 /manifests/subsystem | |
parent | 9025a10f88d5b6f76384e3e86b28b589532bb625 (diff) | |
download | puppet-nodo-f7e039adb34e628b47901947e8d156fab8e1cc40.tar.gz puppet-nodo-f7e039adb34e628b47901947e8d156fab8e1cc40.tar.bz2 |
Adds manifests/subsystem/vpn.pp
Diffstat (limited to 'manifests/subsystem')
-rw-r--r-- | manifests/subsystem/vpn.pp | 7 |
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, + } +} |