diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-15 18:58:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-15 18:58:49 -0300 |
commit | 148fff5f05474e531fe8e896b53aa79b679512f5 (patch) | |
tree | abb4709fc208e28602afff8cdd13534ccaf8f4e4 /manifests/utils/network/pptp.pp | |
parent | 5d6c2be119c7bbfbf8bf6d84aa523929afe0f1ad (diff) | |
download | puppet-nodo-148fff5f05474e531fe8e896b53aa79b679512f5.tar.gz puppet-nodo-148fff5f05474e531fe8e896b53aa79b679512f5.tar.bz2 |
Adding nodo::utils::network:pptp
Diffstat (limited to 'manifests/utils/network/pptp.pp')
-rw-r--r-- | manifests/utils/network/pptp.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils/network/pptp.pp b/manifests/utils/network/pptp.pp new file mode 100644 index 0000000..6ba0e8e --- /dev/null +++ b/manifests/utils/network/pptp.pp @@ -0,0 +1,5 @@ +class nodo::utils::network:pptp { + package { 'pptp-linux': + ensure => installed, + } +} |