]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::utils::network:pptp
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 15 May 2013 21:58:49 +0000 (18:58 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 15 May 2013 21:58:49 +0000 (18:58 -0300)
manifests/utils/network/pptp.pp [new file with mode: 0644]

diff --git a/manifests/utils/network/pptp.pp b/manifests/utils/network/pptp.pp
new file mode 100644 (file)
index 0000000..6ba0e8e
--- /dev/null
@@ -0,0 +1,5 @@
+class nodo::utils::network:pptp {
+  package { 'pptp-linux':
+    ensure => installed,
+  }
+}