From 148fff5f05474e531fe8e896b53aa79b679512f5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 15 May 2013 18:58:49 -0300 Subject: Adding nodo::utils::network:pptp --- manifests/utils/network/pptp.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/utils/network/pptp.pp (limited to 'manifests/utils') 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, + } +} -- cgit v1.2.3