Changed abusehel homedir to /var/lib/ah2
This commit is contained in:
parent
b022899e95
commit
7ba77ed2ea
2 changed files with 5 additions and 5 deletions
|
@ -92,8 +92,8 @@ class abusehelper {
|
|||
if $abusehelper_datadir {
|
||||
file { $abusehelper_datadir:
|
||||
ensure => directory,
|
||||
mode => "2750",
|
||||
owner => "root",
|
||||
mode => "2770",
|
||||
owner => "abusehel",
|
||||
group => "abusehel",
|
||||
require => User["abusehel"],
|
||||
}
|
||||
|
@ -106,8 +106,8 @@ class abusehelper {
|
|||
} else {
|
||||
file { "/var/lib/ah2":
|
||||
ensure => directory,
|
||||
mode => "2750",
|
||||
owner => "root",
|
||||
mode => "2770",
|
||||
owner => "abusehel",
|
||||
group => "abusehel",
|
||||
require => User["abusehel"],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue