Set umask for abusehel, abusesa and collab users
This commit is contained in:
parent
2e430b6d02
commit
0f5cf56d96
3 changed files with 26 additions and 0 deletions
|
@ -116,6 +116,15 @@ class abusehelper {
|
|||
}
|
||||
}
|
||||
|
||||
file { "/var/lib/ah2/.profile":
|
||||
ensure => present,
|
||||
mode => "0600",
|
||||
owner => "abusehel",
|
||||
group => "abusehel",
|
||||
content => "umask 007\n",
|
||||
require => File["/var/lib/ah2"],
|
||||
}
|
||||
|
||||
if $abusehelper_botnets {
|
||||
include abusehelper::init
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue