From: Silvio Rhatto Date: Mon, 22 Sep 2014 20:39:38 +0000 (-0300) Subject: Adding nodo::utils::network::pppoe X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bfe0c9e08b7de50b3d432c854e76aac716551eda;p=puppet-nodo.git Adding nodo::utils::network::pppoe --- 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, + } +}