ArielGlenn has uploaded a new change for review.

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


Change subject: don't require a group the user type will create for you
......................................................................

don't require a group the user type will create for you

Change-Id: Id0642931bdedb38abc48358b76a28a33e045b60e
---
M manifests/misc/icinga.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/73/61973/1

diff --git a/manifests/misc/icinga.pp b/manifests/misc/icinga.pp
index 564a016..1cf95c9 100644
--- a/manifests/misc/icinga.pp
+++ b/manifests/misc/icinga.pp
@@ -12,7 +12,7 @@
     system     => true,
     managehome => false,
     shell      => "/bin/false",
-    require    => [ Group['icinga'], Group['dialout'], Group['nagios'] ],
+    require    => [ Group['dialout'], Group['nagios'] ],
     groups     => [ 'dialout', 'nagios' ]
   }
 }

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

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

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

Reply via email to