From 4a880ad141c8deefb41549e5e79c868303e1c296 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 23 Sep 2016 16:29:26 -0300 Subject: Coding style for utilities --- manifests/utils/network/pptp.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/utils/network/pptp.pp') diff --git a/manifests/utils/network/pptp.pp b/manifests/utils/network/pptp.pp index 1a9a25d..bdd4776 100644 --- a/manifests/utils/network/pptp.pp +++ b/manifests/utils/network/pptp.pp @@ -1,5 +1,7 @@ class nodo::utils::network::pptp { - package { 'pptp-linux': + package { [ + 'pptp-linux', + ]: ensure => installed, } } -- cgit v1.2.3