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
f8a514bfe7
commit
d8a9ed279b
@ -66,18 +66,16 @@ class statusbot(
|
|||||||
|
|
||||||
file { '/var/log/statusbot':
|
file { '/var/log/statusbot':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
user => 'statusbot',
|
owner => 'statusbot',
|
||||||
group => 'statusbot',
|
group => 'statusbot',
|
||||||
mode => '0775',
|
mode => '0775',
|
||||||
owner => 'root',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/var/run/statusbot':
|
file { '/var/run/statusbot':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
user => 'statusbot',
|
owner => 'statusbot',
|
||||||
group => 'statusbot',
|
group => 'statusbot',
|
||||||
mode => '0775',
|
mode => '0775',
|
||||||
owner => 'root',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/statusbot/logging.config':
|
file { '/etc/statusbot/logging.config':
|
||||||
|
Loading…
Reference in New Issue
Block a user