Dzahn has submitted this change and it was merged.
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(-)
Approvals:
jenkins-bot: Verified
Dzahn: Looks good to me, approved
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: merged
Gerrit-Change-Id: Ia9126aace4c981e484d466ec6c35c955f7bb4d2c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: RobH <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits