Hoo man has uploaded a new change for review.

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

Change subject: toolabs: Add the sql command to the exec hosts
......................................................................

toolabs: Add the sql command to the exec hosts

To keep them compatible with the bastions.

Change-Id: Ice9d33cade2d3abad6af036489659f1856814850
---
M modules/toollabs/manifests/execnode.pp
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/34/119634/1

diff --git a/modules/toollabs/manifests/execnode.pp 
b/modules/toollabs/manifests/execnode.pp
index 5048d63..377aca4 100644
--- a/modules/toollabs/manifests/execnode.pp
+++ b/modules/toollabs/manifests/execnode.pp
@@ -83,6 +83,14 @@
         require => Exec['make-access'],
     }
 
+    file { '/usr/bin/sql':
+        ensure => file,
+        mode   => '0755',
+        owner  => 'root',
+        group  => 'root',
+        source => 'puppet:///modules/toollabs/sql',
+    }
+
     # TODO: grid node setup
 }
 

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

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

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

Reply via email to