aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network/pppoe.pp
blob: db4e0855c0bd016cc6584d7b45e22c189ac1f5b9 (plain)
1
2
3
4
5
6
7
8
9
class nodo::utils::network::pppoe {
  package { [
    'ppp',
    'pppoe',
    'pppoeconf',
  ]:
    ensure => present,
  }
}