Manage moinmoin.log file permissions
This commit is contained in:
parent
28778c52bd
commit
f2909fd1c4
1 changed files with 8 additions and 0 deletions
|
@ -257,6 +257,14 @@ class wiki::collab::base {
|
|||
before => Exec["collab-create collab collab"],
|
||||
}
|
||||
|
||||
file { "/srv/wikis/collab/log/moinmoin.log":
|
||||
ensure => present,
|
||||
mode => "0660",
|
||||
owner => "collab",
|
||||
group => "collab",
|
||||
require => File["/srv/wikis/collab/log"],
|
||||
}
|
||||
|
||||
file { "/srv/wikis/collab/htdocs/.htaccess":
|
||||
ensure => present,
|
||||
mode => "0660",
|
||||
|
|
Loading…
Add table
Reference in a new issue