Faidon Liambotis has uploaded a new change for review.

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

Change subject: Remove Class['sudo'] -> User['root']
......................................................................

Remove Class['sudo'] -> User['root']

It doesn't make any sense. Presumably the original author wanted the
exact opposite order with the intention of not getting locked out of a
machine.

Change-Id: Id3cac0c8882a665e786f191ab464e4b7ff459dc3
---
M modules/passwords/manifests/init.pp
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/private 
refs/changes/68/180768/1

diff --git a/modules/passwords/manifests/init.pp 
b/modules/passwords/manifests/init.pp
index f60eff2..f1f1063 100644
--- a/modules/passwords/manifests/init.pp
+++ b/modules/passwords/manifests/init.pp
@@ -7,7 +7,6 @@
 class passwords::root {
     user { 'root':
         password => '!',
-        before   => Class['sudo'],
     }
 
     file {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3cac0c8882a665e786f191ab464e4b7ff459dc3
Gerrit-PatchSet: 1
Gerrit-Project: labs/private
Gerrit-Branch: master
Gerrit-Owner: Faidon Liambotis <[email protected]>

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

Reply via email to