From 41dd832000a525dfb88f851cdd6ee25ee472794a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 18 Aug 2011 00:22:15 +0000 Subject: simplify package installation ( since 'installed' is the default ) --- modules/bugzilla/manifests/init.pp | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'modules/bugzilla/manifests/init.pp') 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') -- cgit v1.2.1