--- puppet/modules/bugzilla/manifests/init.pp 2012/01/08 21:00:58 2216 +++ puppet/modules/bugzilla/manifests/init.pp 2012/01/08 22:24:41 2217 @@ -1,12 +1,8 @@ class bugzilla { - $bugzilla_location = "/usr/share/bugzilla/template/en/custom" + $bugzilla_location = "/usr/share/bugzilla/template/en/custom" - package { ['bugzilla','graphviz']: } - - package { 'perl-Test-Taint': } - - package { 'perl-JSON-RPC': } + package { ['bugzilla','graphviz', 'perl-Test-Taint', 'perl-JSON-RPC']: } $pgsql_password = extlookup("bugzilla_pgsql",'x') $ldap_password = extlookup("bugzilla_ldap",'x') @@ -17,8 +13,6 @@ } file { '/etc/bugzilla/localconfig': - ensure => present, - owner => root, group => apache, mode => 640, content => template("bugzilla/localconfig"), @@ -27,8 +21,6 @@ file { '/var/lib/bugzilla/params': - ensure => present, - owner => root, group => apache, mode => 640, content => template("bugzilla/params"), @@ -59,7 +51,6 @@ file { "custom": path => "/usr/share/bugzilla/template/en/custom", ensure => directory, - owner => root, group => apache, mode => 640, recurse => true,