Set owner on /var/*/statusbot to statusbot.
Change-Id: I47dad06ea05ab403d294bbe27ee05dcec805ee1d Reviewed-on: https://review.openstack.org/25764 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
5a4ff86f2a
commit
ed3fb4e5a2
@ -65,6 +65,7 @@ class statusbot(
|
||||
|
||||
file { '/var/log/statusbot':
|
||||
ensure => directory,
|
||||
user => 'statusbot',
|
||||
group => 'statusbot',
|
||||
mode => '0775',
|
||||
owner => 'root',
|
||||
@ -72,6 +73,7 @@ class statusbot(
|
||||
|
||||
file { '/var/run/statusbot':
|
||||
ensure => directory,
|
||||
user => 'statusbot',
|
||||
group => 'statusbot',
|
||||
mode => '0775',
|
||||
owner => 'root',
|
||||
|
Loading…
Reference in New Issue
Block a user