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:
James E. Blair 2013-03-29 15:39:19 -07:00 committed by Jenkins
parent ee8b6aea81
commit 0c38a8c30a
1 changed files with 2 additions and 0 deletions

View File

@ -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',