aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-09-22 17:39:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-09-22 17:39:38 -0300
commitbfe0c9e08b7de50b3d432c854e76aac716551eda (patch)
tree7b4a03b640a58dfd96ed18104682de047bc50817
parent27eabf233f08b4db85ad24cd15bae0c9c0808e78 (diff)
downloadpuppet-nodo-bfe0c9e08b7de50b3d432c854e76aac716551eda.tar.gz
puppet-nodo-bfe0c9e08b7de50b3d432c854e76aac716551eda.tar.bz2
Adding nodo::utils::network::pppoe
-rw-r--r--manifests/utils/network/pppoe.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils/network/pppoe.pp b/manifests/utils/network/pppoe.pp
new file mode 100644
index 0000000..9d9223c
--- /dev/null
+++ b/manifests/utils/network/pppoe.pp
@@ -0,0 +1,5 @@
+class nodo::utils::network::pppoe {
+ package { [ 'ppp', 'pppoe', 'pppoeconf' ]:
+ ensure => present,
+ }
+}