Fix /var/*/statusbot owner.
Change-Id: I4a8400bd36238d63a6b5e9d4913ddacd1effe0ad Reviewed-on: https://review.openstack.org/25766 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
bf35947d7b
commit
19146e595f
@ -66,18 +66,16 @@ class statusbot(
|
||||
|
||||
file { '/var/log/statusbot':
|
||||
ensure => directory,
|
||||
user => 'statusbot',
|
||||
owner => 'statusbot',
|
||||
group => 'statusbot',
|
||||
mode => '0775',
|
||||
owner => 'root',
|
||||
}
|
||||
|
||||
file { '/var/run/statusbot':
|
||||
ensure => directory,
|
||||
user => 'statusbot',
|
||||
owner => 'statusbot',
|
||||
group => 'statusbot',
|
||||
mode => '0775',
|
||||
owner => 'root',
|
||||
}
|
||||
|
||||
file { '/etc/statusbot/logging.config':
|
||||
|
Loading…
x
Reference in New Issue
Block a user