aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-03-23 21:16:35 +0100
committerNicolas Lécureuil <neoclust@mageia.org>2017-03-23 21:16:35 +0100
commitc129f31a6cce78055a718e31f813272ddc6f6af7 (patch)
tree451405d3a07310efd677523f236458bd47ce7ce9 /modules/bugzilla-dev
parent6f51d68ce3f6b60d5d158618acb7aa3daab4c9e0 (diff)
downloadpuppet-c129f31a6cce78055a718e31f813272ddc6f6af7.tar
puppet-c129f31a6cce78055a718e31f813272ddc6f6af7.tar.gz
puppet-c129f31a6cce78055a718e31f813272ddc6f6af7.tar.bz2
puppet-c129f31a6cce78055a718e31f813272ddc6f6af7.tar.xz
puppet-c129f31a6cce78055a718e31f813272ddc6f6af7.zip
Use mageia git bugzilla
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':