From: Silvio Rhatto Date: Wed, 15 May 2013 21:58:49 +0000 (-0300) Subject: Adding nodo::utils::network:pptp X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=148fff5f05474e531fe8e896b53aa79b679512f5;p=puppet-nodo.git Adding nodo::utils::network:pptp --- diff --git a/manifests/utils/network/pptp.pp b/manifests/utils/network/pptp.pp new file mode 100644 index 0000000..6ba0e8e --- /dev/null +++ b/manifests/utils/network/pptp.pp @@ -0,0 +1,5 @@ +class nodo::utils::network:pptp { + package { 'pptp-linux': + ensure => installed, + } +}