From 917108c3735d78ea52a48b1826cd427df55adca4 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Fri, 26 Nov 2010 12:48:53 +0000 Subject: Fix ident --- modules/catdap/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/catdap') diff --git a/modules/catdap/manifests/init.pp b/modules/catdap/manifests/init.pp index 963ee279..d6c77003 100644 --- a/modules/catdap/manifests/init.pp +++ b/modules/catdap/manifests/init.pp @@ -25,7 +25,7 @@ class catdap { file { "$catdap_location/catdap_local.yml": ensure => present, - owner => root, + owner => root, group => apache, mode => 640, content => template("catdap/catdap_local.yml"), -- cgit v1.2.1