aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network/pptp.pp
blob: bdd47761ad6657a05566ae30c5e3e8d13fea5d13 (plain)
1
2
3
4
5
6
7
class nodo::utils::network::pptp {
  package { [
    'pptp-linux',
  ]:
    ensure => installed,
  }
}