Yuvipanda has submitted this change and it was merged.

Change subject: toollabs: Add mosh to bastions
......................................................................


toollabs: Add mosh to bastions

Change-Id: Ibebff69b4e0001ed6ad2d3593f5c47225006e0ce
---
M modules/toollabs/manifests/bastion.pp
1 file changed, 4 insertions(+), 0 deletions(-)

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



diff --git a/modules/toollabs/manifests/bastion.pp 
b/modules/toollabs/manifests/bastion.pp
index d6f7347..93297fd 100644
--- a/modules/toollabs/manifests/bastion.pp
+++ b/modules/toollabs/manifests/bastion.pp
@@ -41,6 +41,10 @@
         content => "${::ipaddress}\n",
     }
 
+    # Because it rocks
+    package { 'mosh':
+        ensure => present,
+    }
     # Display tips.
     package { 'grep':
         ensure => present,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibebff69b4e0001ed6ad2d3593f5c47225006e0ce
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>

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

Reply via email to