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/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/init.pp') 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': } } -- cgit v1.2.3