[Mageia-sysadm] [478] requires the svn snapshot

root at mageia.org root at mageia.org
Fri Nov 26 16:20:50 CET 2010


Revision: 478
Author:   dmorgan
Date:     2010-11-26 16:20:50 +0100 (Fri, 26 Nov 2010)
Log Message:
-----------
requires the svn snapshot

Modified Paths:
--------------
    puppet/modules/bugzilla/manifests/init.pp

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"
     }
-
-
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101126/6b2af3a7/attachment.html>


More information about the Mageia-sysadm mailing list