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