aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla-dev
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-03-23 22:11:16 +0100
committerNicolas Lécureuil <neoclust@mageia.org>2017-03-23 22:11:16 +0100
commitb8e954acb8aadb829aa1eb9186d7a08f6bc2b30a (patch)
treee75ab5f0488536a14477567b0430636f0b9ca52a /modules/bugzilla-dev
parentb92adde6480d010509c7151b3052b8298c7f8974 (diff)
downloadpuppet-b8e954acb8aadb829aa1eb9186d7a08f6bc2b30a.tar
puppet-b8e954acb8aadb829aa1eb9186d7a08f6bc2b30a.tar.gz
puppet-b8e954acb8aadb829aa1eb9186d7a08f6bc2b30a.tar.bz2
puppet-b8e954acb8aadb829aa1eb9186d7a08f6bc2b30a.tar.xz
puppet-b8e954acb8aadb829aa1eb9186d7a08f6bc2b30a.zip
Remove extension checkout, it is included in bugs repo
Diffstat (limited to 'modules/bugzilla-dev')
-rwxr-xr-xmodules/bugzilla-dev/manifests/init.pp15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/bugzilla-dev/manifests/init.pp b/modules/bugzilla-dev/manifests/init.pp
index 27401350..b18b927b 100755
--- a/modules/bugzilla-dev/manifests/init.pp
+++ b/modules/bugzilla-dev/manifests/init.pp
@@ -1,7 +1,6 @@
class bugzilla {
$bugzilla_location = '/usr/share/bugzilla/'
- $extension_location = '/usr/share/bugzilla/extensions/Mageia'
package {['graphviz',
'perl-Template-GD', # needed for graphical_report support
@@ -52,11 +51,6 @@ class bugzilla {
source => "git://git.${::domain}/web/bugs"
}
- git::snapshot { $extension_location:
- source => "git://git.${::domain}/web/templates/bugzilla"
- }
-
-
file { 'Mageia':
ensure => directory,
path => '/usr/share/bugzilla',
@@ -66,15 +60,6 @@ class bugzilla {
require => Git::Snapshot[$bugzilla_location],
}
- file { 'Mageia':
- ensure => directory,
- path => '/usr/share/bugzilla/extensions',
- group => 'apache',
- mode => '0640',
- recurse => true,
- require => Git::Snapshot[$extension_location],
- }
-
file { '/usr/share/bugzilla/www/robots.txt':
group => 'apache',
mode => '0640',