summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-06-14 19:47:07 +0200
committervarac <varacanero@zeromail.org>2013-06-14 19:47:07 +0200
commit8a54ee6ff08c7b498e8da8f5e8ca6827c4d0ff58 (patch)
tree724e8d8fbb9970a5f1f420bd36fbd410a45b6bfc /manifests/linux.pp
parent65dc795b3f2ec99a08b652c2b59555235dbca48b (diff)
parent1e6fbdf7f1f7e381ef01170eab96727377abe3b6 (diff)
Merge remote-tracking branch 'leap/parameterized_classes'
Conflicts: manifests/init.pp
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index b4b99c6..a4a926e 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -1,7 +1,6 @@
class stunnel::linux inherits stunnel::base {
- if $stunnel_ensure_version == '' { $stunnel_ensure_version = 'installed' }
package { 'stunnel':
- ensure => $stunnel_ensure_version
+ ensure => $stunnel::ensure_version
}
}