Skip to content

Commit

Permalink
adds writable for www-data group stat_exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mtylty committed Apr 11, 2012
1 parent 99f078b commit ca88edb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rails/manifests/classes/owums.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
mode => 0770, owner => root, group => www-data;
}

file { "${path}/${name}/current/tmp/stat_exports":
ensure => directory, require => Rails["${name} app"],
mode => 0770, owner => root, group => www-data;
}

file { "${path}/${name}/current/public/documents":
ensure => directory, recurse => true,
source => [ "puppet:///files/rails/${fqdn}/owums_documents/",
Expand Down

0 comments on commit ca88edb

Please sign in to comment.