diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-11 22:01:59 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-11 22:01:59 +0000 |
commit | fd2726224950d5245c1ec47669fcaf8a5aa10a2e (patch) | |
tree | 235d63bada049004e12941ae3389524c3588d1c6 /modules/bugzilla | |
parent | 6fbf50c3d68c83c19897d726acf6a71e83be84b9 (diff) | |
download | puppet-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')
-rw-r--r-- | modules/bugzilla/manifests/init.pp | 5 |
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') |