Modified: puppet/modules/bugzilla/manifests/init.pp =================================================================== --- puppet/modules/bugzilla/manifests/init.pp 2010-11-26 15:03:12 UTC (rev 477) +++ puppet/modules/bugzilla/manifests/init.pp 2010-11-26 15:20:50 UTC (rev 478) @@ -33,10 +33,17 @@ apache::vhost_other_app { "bugs.$domain": vhost_file => "bugzilla/vhost_bugs.conf", } -} + file { "custom": + path => "/usr/share/bugzilla/template/en/custom", + ensure => directory, + owner => root, + group => apache, + mode => 700, + recurse => true + } + subversion::snapshot { $bugzilla_location: source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk" } - - +}