summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-08 13:17:55 -0300
committermh <mh@immerda.ch>2012-06-08 13:17:55 -0300
commited5c568a231420ac3b0d4e57c6876d23ee560d0f (patch)
treeca4fdee1aed7a473eb0c36cefd87b50709aac268 /manifests/linux.pp
parent03b51fcb718734f4b2ea76c038ffbe9b2b348b1a (diff)
refactor things for >2.7
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp6
1 files changed, 2 insertions, 4 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index 800df37..3b03998 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -1,7 +1,5 @@
class stunnel::linux inherits stunnel::base {
-
- if $stunnel_ensure_version == '' { $stunnel_ensure_version = 'installed' }
package { 'stunnel':
- ensure => $stunnel_ensure_version
+ ensure => $stunnel::ensure_version
}
-}
+}