Yuvipanda has uploaded a new change for review.

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

Change subject: Revert "toollabs: Allow HBA login to all hosts"
......................................................................

Revert "toollabs: Allow HBA login to all hosts"

This somehow caused pam to deny anyone not a root from
logging in at all.

This reverts commit 83372a5ddafa99005d897c50b0488574ead09e4d.

Change-Id: I079dc7d446f24d4ffd8f0907acbbc2d10c761d2a
---
M modules/toollabs/manifests/compute.pp
M modules/toollabs/manifests/init.pp
M modules/toollabs/manifests/submit.pp
3 files changed, 5 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/57/230257/1

diff --git a/modules/toollabs/manifests/compute.pp 
b/modules/toollabs/manifests/compute.pp
index 1035377..08fa2f2 100644
--- a/modules/toollabs/manifests/compute.pp
+++ b/modules/toollabs/manifests/compute.pp
@@ -16,7 +16,8 @@
 #
 class toollabs::compute inherits toollabs {
 
-    include toollabs::exec_environ
+    include toollabs::exec_environ,
+            toollabs::hba
 
     motd::script { 'exechost-banner':
         ensure   => present,
diff --git a/modules/toollabs/manifests/init.pp 
b/modules/toollabs/manifests/init.pp
index ad2c526..d67ef99 100644
--- a/modules/toollabs/manifests/init.pp
+++ b/modules/toollabs/manifests/init.pp
@@ -23,8 +23,7 @@
     $mail_domain = 'tools.wmflabs.org',
 ) {
 
-    include labs_lvm,
-            toollabs::hba
+    include labs_lvm
 
     $sysdir = '/data/project/.system'
     $store  = "${sysdir}/store"
diff --git a/modules/toollabs/manifests/submit.pp 
b/modules/toollabs/manifests/submit.pp
index ab28a8a..456c217 100644
--- a/modules/toollabs/manifests/submit.pp
+++ b/modules/toollabs/manifests/submit.pp
@@ -15,7 +15,8 @@
 class toollabs::submit inherits toollabs {
 
     include gridengine::submit_host,
-            toollabs::exec_environ
+            toollabs::exec_environ,
+            toollabs::hba
 
     file { '/etc/ssh/ssh_config':
         ensure => file,

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

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

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

Reply via email to