aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-15 18:58:49 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-15 18:58:49 -0300
commit148fff5f05474e531fe8e896b53aa79b679512f5 (patch)
treeabb4709fc208e28602afff8cdd13534ccaf8f4e4
parent5d6c2be119c7bbfbf8bf6d84aa523929afe0f1ad (diff)
downloadpuppet-nodo-148fff5f05474e531fe8e896b53aa79b679512f5.tar.gz
puppet-nodo-148fff5f05474e531fe8e896b53aa79b679512f5.tar.bz2
Adding nodo::utils::network:pptp
-rw-r--r--manifests/utils/network/pptp.pp5
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,
+ }
+}