Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/143795

Change subject: facilities (cams) - add system group
......................................................................

facilities (cams) - add system group

since we replaced generic::systemuser with user
we also need to add the system group for a system user
because this is not happening automatically anymore

Change-Id: Ia9126aace4c981e484d466ec6c35c955f7bb4d2c
---
M manifests/facilities.pp
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/95/143795/1

diff --git a/manifests/facilities.pp b/manifests/facilities.pp
index db14b4b..d6fb1c1 100644
--- a/manifests/facilities.pp
+++ b/manifests/facilities.pp
@@ -217,6 +217,12 @@
         description => 'Data center camera transcoder',
     }
 
+    group { 'video':
+        ensure => present,
+        name   => 'video',
+        system => true,
+    }
+
     user { 'video':
         home       => '/var/lib/video',
         managehome => true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia9126aace4c981e484d466ec6c35c955f7bb4d2c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

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

Reply via email to