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