From 261cdf968ac051b052e0a137dde729ee7f4303ce Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Fri, 26 Nov 2010 15:20:50 +0000 Subject: requires the svn snapshot --- modules/bugzilla/manifests/init.pp | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index e767b386..62c49c1a 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -33,10 +33,17 @@ class bugzilla { 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" } - - +} -- cgit v1.2.1