Ottomata has submitted this change and it was merged.

Change subject: Owning hive-site.xml as hive:hive
......................................................................


Owning hive-site.xml as hive:hive

Change-Id: I823e3ac2857c5520e2cc505d6c259b951780f42d
---
M manifests/hive.pp
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/hive.pp b/manifests/hive.pp
index a7df675..05fff70 100644
--- a/manifests/hive.pp
+++ b/manifests/hive.pp
@@ -78,6 +78,8 @@
     file { '/etc/hive/conf/hive-site.xml':
         content => template($hive_site_template),
         mode    => $hive_site_mode,
+        owner   => 'hive',
+        group   => 'hive',
         require => Package['hive'],
     }
     file { '/etc/hive/conf/hive-exec-log4j.properties':

-- 
To view, visit https://gerrit.wikimedia.org/r/73328
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I823e3ac2857c5520e2cc505d6c259b951780f42d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/cdh4
Gerrit-Branch: master
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to