diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2010-11-26 12:48:53 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2010-11-26 12:48:53 +0000 |
commit | 917108c3735d78ea52a48b1826cd427df55adca4 (patch) | |
tree | 7e77ddac5b3d1354aefe9f92578081dce4f1a449 /modules/catdap/manifests | |
parent | ab5f7115e1f7c52f49338a3ce9b1e3b1d86d5ae9 (diff) | |
download | puppet-917108c3735d78ea52a48b1826cd427df55adca4.tar puppet-917108c3735d78ea52a48b1826cd427df55adca4.tar.gz puppet-917108c3735d78ea52a48b1826cd427df55adca4.tar.bz2 puppet-917108c3735d78ea52a48b1826cd427df55adca4.tar.xz puppet-917108c3735d78ea52a48b1826cd427df55adca4.zip |
Fix ident
Diffstat (limited to 'modules/catdap/manifests')
-rw-r--r-- | modules/catdap/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |