etherpadlite: Set umask for etherpad user
This commit is contained in:
parent
c80a5c8d5e
commit
763fc4eb5b
1 changed files with 8 additions and 0 deletions
|
@ -12,5 +12,13 @@ class etherpadlite {
|
||||||
group => "etherpad",
|
group => "etherpad",
|
||||||
require => User["etherpad"],
|
require => User["etherpad"],
|
||||||
}
|
}
|
||||||
|
file { "/var/lib/etherpad/.profile":
|
||||||
|
ensure => present,
|
||||||
|
mode => "0600",
|
||||||
|
owner => "etherpad",
|
||||||
|
group => "etherpad",
|
||||||
|
content => "umask 007\n",
|
||||||
|
require => File["/var/lib/etherpad"],
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue