summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-03 13:59:31 -0400
committerMicah Anderson <micah@riseup.net>2013-04-03 14:09:58 -0400
commitb53d574250598178af298c59be957693eaaddb22 (patch)
treed0cb21fa124565840fbcc76644bdeb281b0b9747 /manifests/linux.pp
parentfb9fcfaa8bb27cb8ceeaa2090ee28c737c540e40 (diff)
remove variable defaults, they are handled by the paramterization of the class
make sure template variables are properly looked up.
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp1
1 files changed, 0 insertions, 1 deletions
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
}