Modified: puppet/modules/catdap/manifests/init.pp =================================================================== --- puppet/modules/catdap/manifests/init.pp 2010-11-25 17:48:15 UTC (rev 475) +++ puppet/modules/catdap/manifests/init.pp 2010-11-26 12:48:53 UTC (rev 476) @@ -25,7 +25,7 @@ file { "$catdap_location/catdap_local.yml": ensure => present, - owner => root, + owner => root, group => apache, mode => 640, content => template("catdap/catdap_local.yml"),