Yuvipanda has submitted this change and it was merged.

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


toollabs: Allow HBA login to all hosts

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

Approvals:
  Yuvipanda: Verified; Looks good to me, approved



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

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie510cd32c26743ee83165c097d38535d452cccd5
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: coren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to