From b53d574250598178af298c59be957693eaaddb22 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 3 Apr 2013 13:59:31 -0400 Subject: remove variable defaults, they are handled by the paramterization of the class make sure template variables are properly looked up. --- manifests/linux.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'manifests/linux.pp') diff --git a/manifests/linux.pp b/manifests/linux.pp index 972f21c..a4a926e 100644 --- a/manifests/linux.pp +++ b/manifests/linux.pp @@ -1,6 +1,5 @@ class stunnel::linux inherits stunnel::base { - if $stunnel::ensure_version == '' { $stunnel::ensure_version = 'installed' } package { 'stunnel': ensure => $stunnel::ensure_version } -- cgit v1.2.3