summaryrefslogtreecommitdiff
path: root/manifests/init.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/init.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/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1204909..f7f72b8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,6 +19,7 @@
class stunnel ( $ensure_version = 'present', $startboot = '1', $default_extra )
{
+
case $::operatingsystem {
debian: { class { 'stunnel::debian': } }
centos: { class { 'stunnel::centos': } }