diff options
Diffstat (limited to 'manifests')
-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, + } +} |