Matanya has uploaded a new change for review.

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

Change subject: bastion: lint
......................................................................

bastion: lint

Change-Id: I9f1a78d5fc5fc54ef3d84d88ed387e2f4587d776
---
M modules/bastionhost/manifests/init.pp
1 file changed, 13 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/62/144362/1

diff --git a/modules/bastionhost/manifests/init.pp 
b/modules/bastionhost/manifests/init.pp
index f837c00..5c4cf68 100644
--- a/modules/bastionhost/manifests/init.pp
+++ b/modules/bastionhost/manifests/init.pp
@@ -1,14 +1,18 @@
 # bastion hosts
 class bastionhost {
-    system::role { "bastionhost": description => "Bastion" }
+    system::role { 'bastionhost':
+        description => 'Bastion',
+    }
 
-    package { "irssi":
-        ensure => absent;
-        "traceroute-nanog":
-        ensure => absent;
-        "traceroute":
-        ensure =>latest;
-        "mosh":
-        ensure => present;
+    package { [ 'irssi', 'traceroute-nanog' ]:
+        ensure => absent,
+    }
+
+    package { 'traceroute':
+        ensure =>latest,
+    }
+
+    package { 'mosh':
+        ensure => present,
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f1a78d5fc5fc54ef3d84d88ed387e2f4587d776
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Matanya <mata...@foss.co.il>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to