aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests/init.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-11 22:01:59 +0000
committerMichael Scherer <misc@mageia.org>2012-03-11 22:01:59 +0000
commitfd2726224950d5245c1ec47669fcaf8a5aa10a2e (patch)
tree235d63bada049004e12941ae3389524c3588d1c6 /modules/bugzilla/manifests/init.pp
parent6fbf50c3d68c83c19897d726acf6a71e83be84b9 (diff)
downloadpuppet-fd2726224950d5245c1ec47669fcaf8a5aa10a2e.tar
puppet-fd2726224950d5245c1ec47669fcaf8a5aa10a2e.tar.gz
puppet-fd2726224950d5245c1ec47669fcaf8a5aa10a2e.tar.bz2
puppet-fd2726224950d5245c1ec47669fcaf8a5aa10a2e.tar.xz
puppet-fd2726224950d5245c1ec47669fcaf8a5aa10a2e.zip
put each rpm on a different line, better to look at diff
Diffstat (limited to 'modules/bugzilla/manifests/init.pp')
-rw-r--r--modules/bugzilla/manifests/init.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 36fa2fd8..22e5d02a 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -2,7 +2,10 @@ class bugzilla {
$bugzilla_location = "/usr/share/bugzilla/template/en/custom"
- package { ['bugzilla','graphviz', 'perl-Test-Taint', 'perl-JSON-RPC']: }
+ package { ['bugzilla',
+ 'graphviz',
+ 'perl-Test-Taint',
+ 'perl-JSON-RPC']: }
$pgsql_password = extlookup("bugzilla_pgsql",'x')
$ldap_password = extlookup("bugzilla_ldap",'x')