From ed3fb4e5a2eef143cf96d43d977380940a3c2dc3 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 29 Mar 2013 15:39:19 -0700 Subject: [PATCH] Set owner on /var/*/statusbot to statusbot. Change-Id: I47dad06ea05ab403d294bbe27ee05dcec805ee1d Reviewed-on: https://review.openstack.org/25764 Reviewed-by: Clark Boylan Approved: James E. Blair Tested-by: Jenkins --- modules/statusbot/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/statusbot/manifests/init.pp b/modules/statusbot/manifests/init.pp index c1503ab55b..00b9432f23 100644 --- a/modules/statusbot/manifests/init.pp +++ b/modules/statusbot/manifests/init.pp @@ -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',