Modified: puppet/modules/bugzilla/manifests/init.pp =================================================================== --- puppet/modules/bugzilla/manifests/init.pp 2010-11-26 15:21:37 UTC (rev 479) +++ puppet/modules/bugzilla/manifests/init.pp 2010-11-26 15:36:45 UTC (rev 480) @@ -33,18 +33,17 @@ apache::vhost_other_app { "bugs.$domain": vhost_file => "bugzilla/vhost_bugs.conf", } + subversion::snapshot { $bugzilla_location: + source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk" + } file { "custom": path => "/usr/share/bugzilla/template/en/custom", ensure => directory, owner => root, group => apache, - mode => 700, + mode => 640, recurse => true, require => Subversion::Snapshot[$bugzilla_location] } - - subversion::snapshot { $bugzilla_location: - source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk" - } }