Skip to content

Commit

Permalink
Ensure log files have the right permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyegfryed committed Nov 8, 2012
1 parent 6cc4d1f commit 157f7f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saas/manifests/app.pp
Expand Up @@ -45,6 +45,7 @@
"/var/log/apps/${name}":
ensure => directory,
mode => '0755',
recurse => true,
require => File['/var/log/apps'];
}

Expand Down

0 comments on commit 157f7f0

Please sign in to comment.