From 3224ec6a9701b9e9dbeeda433456a980d7e03c1e Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 10 Dec 2009 21:28:30 +0100 Subject: do we really need to quote the value? --- manifests/debian.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/debian.pp b/manifests/debian.pp index 4f9f337..dfa890f 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -1,10 +1,10 @@ class shorewall::debian inherits shorewall::base { case $shorewall_startup { - '': { $shorewall_startup = 1 } + '': { $shorewall_startup = "1" } } file{'/etc/default/shorewall': #source => "puppet://$server/modules/shorewall/debian/default", - content => template("shorewall/debian_default.erb"), + content => template("shorewall/debian_default.erb"), require => Package['shorewall'], notify => Service['shorewall'], owner => root, group => 0, mode => 0644; -- cgit v1.2.3