summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorSylvain VeyriƩ <sylvain.veyrie@keyconsulting.fr>2014-09-16 15:40:38 +0200
committerSylvain VeyriƩ <sylvain.veyrie@keyconsulting.fr>2014-09-16 15:40:38 +0200
commit5b602647de2abe832be5fbc9329408ea5268ba6c (patch)
tree6f8fb8ec20722f8fbe8d92c793d74e43c04b6c9a /manifests/debian.pp
parent7ef94b2e8431b669af868547f75742438cac80af (diff)
Deprecated
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 2ff88c8..01d108f 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -3,7 +3,7 @@ class shorewall::debian inherits shorewall::base {
content => template("shorewall/debian_default.erb"),
require => Package['shorewall'],
notify => Service['shorewall'],
- owner => root, group => 0, mode => '0644';
+ owner => 'root', group => 'root', mode => '0644';
}
Service['shorewall']{
status => '/sbin/shorewall status'