]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::utils::network::pppoe
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 22 Sep 2014 20:39:38 +0000 (17:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 22 Sep 2014 20:39:38 +0000 (17:39 -0300)
manifests/utils/network/pppoe.pp [new file with mode: 0644]

diff --git a/manifests/utils/network/pppoe.pp b/manifests/utils/network/pppoe.pp
new file mode 100644 (file)
index 0000000..9d9223c
--- /dev/null
@@ -0,0 +1,5 @@
+class nodo::utils::network::pppoe {
+  package { [ 'ppp', 'pppoe', 'pppoeconf' ]:
+    ensure => present,
+  }
+}