Faidon Liambotis has uploaded a new change for review.

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

Change subject: authdns: fix user creation on pristine systems
......................................................................

authdns: fix user creation on pristine systems

Adding the user account with a git-shell as a shell requires that
git-shell already exists. Thus, User['authdns'] needs a dependency to
the git package.

Change-Id: I8a7b6705ce2bf5a434b9a66a2aca91207f7f0db0
---
M modules/authdns/manifests/account.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/11/210911/1

diff --git a/modules/authdns/manifests/account.pp 
b/modules/authdns/manifests/account.pp
index fd1b4dc..d0d46eb 100644
--- a/modules/authdns/manifests/account.pp
+++ b/modules/authdns/manifests/account.pp
@@ -13,6 +13,7 @@
         system     => true,
         managehome => true,
         shell      => '/usr/bin/git-shell',
+        require    => Package['git-core'],
     }
     group { $group:
         ensure     => 'present',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a7b6705ce2bf5a434b9a66a2aca91207f7f0db0
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <fai...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to