From 92353c49f0e0d2fdf57eb9898be2ecf1853748ee Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 18 Aug 2011 00:22:13 +0000 Subject: fix missing comma, causing syntax error on alamut --- modules/bugzilla/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index a0148af8..f945ff5e 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -37,7 +37,7 @@ class bugzilla { owner => root, group => apache, mode => 640, - content => template("bugzilla/params") + content => template("bugzilla/params"), require => Package[bugzilla], } @@ -69,6 +69,6 @@ class bugzilla { group => apache, mode => 640, recurse => true, - require => Subversion::Snapshot[$bugzilla_location] + require => Subversion::Snapshot[$bugzilla_location], } } -- cgit v1.2.1