aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-08-18 00:22:15 +0000
committerMichael Scherer <misc@mageia.org>2011-08-18 00:22:15 +0000
commit41dd832000a525dfb88f851cdd6ee25ee472794a (patch)
tree9942a529746cf3c168542d82ce102fb0be276513 /modules
parent92353c49f0e0d2fdf57eb9898be2ecf1853748ee (diff)
downloadpuppet-41dd832000a525dfb88f851cdd6ee25ee472794a.tar
puppet-41dd832000a525dfb88f851cdd6ee25ee472794a.tar.gz
puppet-41dd832000a525dfb88f851cdd6ee25ee472794a.tar.bz2
puppet-41dd832000a525dfb88f851cdd6ee25ee472794a.tar.xz
puppet-41dd832000a525dfb88f851cdd6ee25ee472794a.zip
simplify package installation ( since 'installed' is the default )
Diffstat (limited to 'modules')
-rw-r--r--modules/bugzilla/manifests/init.pp12
1 files changed, 3 insertions, 9 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index f945ff5e..758740df 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -2,17 +2,11 @@ class bugzilla {
$bugzilla_location = "/usr/share/bugzilla/template/en/custom"
- package { ['bugzilla','graphviz']:
- ensure => installed;
- }
+ package { ['bugzilla','graphviz']: }
- package { 'perl-Test-Taint':
- ensure => installed;
- }
+ package { 'perl-Test-Taint': }
- package { 'perl-JSON-RPC':
- ensure => installed;
- }
+ package { 'perl-JSON-RPC': }
$pgsql_password = extlookup("bugzilla_pgsql",'x')
$ldap_password = extlookup("bugzilla_ldap",'x')