aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla-dev')
-rwxr-xr-xmodules/bugzilla-dev/manifests/init.pp8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp
index d6e7b91b..666988c3 100755
--- a/modules/bugzilla-dev/manifests/init.pp
+++ b/modules/bugzilla-dev/manifests/init.pp
@@ -1,5 +1,6 @@
class bugzilla {
+ $bugzilla_location = '/usr/share/bugzilla/'
$extension_location = '/usr/share/bugzilla/extensions/Mageia'
package {['graphviz',
@@ -47,9 +48,12 @@ class bugzilla {
vhost => $bugs_vhost,
}
+ git::snapshot { $bugzilla_location:
+ source => "git://git.${::domain}/web/bugs"
+ }
+
git::snapshot { $extension_location:
- source => "git://git.${::domain}/web/templates/bugzilla",
- require => Package['bugzilla'],
+ source => "git://git.${::domain}/web/templates/bugzilla"
}
file { 'Mageia':