aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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,
+ }
+}