class nodo::utils::network::pptp ( $ensure = 'installed', ) { package { [ 'pptp-linux', ]: ensure => $ensure, } }