Alex Monk has uploaded a new change for review.

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

Change subject: Kill role::beta::trebuchet_testing
......................................................................

Kill role::beta::trebuchet_testing

Unused AFAICT

Change-Id: I891b60644d97baf8b5a11a8c2e537b6362fa2128
---
D modules/role/manifests/beta/trebuchet_testing.pp
1 file changed, 0 insertions(+), 18 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/05/322405/1

diff --git a/modules/role/manifests/beta/trebuchet_testing.pp 
b/modules/role/manifests/beta/trebuchet_testing.pp
deleted file mode 100644
index e489a9c..0000000
--- a/modules/role/manifests/beta/trebuchet_testing.pp
+++ /dev/null
@@ -1,18 +0,0 @@
-class role::beta::trebuchet_testing {
-    system::role { 'role::beta::trebuchet_testing':
-        description => 'Trebuchet testing host'
-    }
-
-    include ::beta::config
-    package { 'test/testrepo':
-        provider => 'trebuchet',
-    }
-
-
-    # Allow ssh inbound from beta bastion_ip for testing
-    ferm::rule { 'deployment-bastion-trebuchet-testing-ssh':
-        ensure => present,
-        rule   => "proto tcp dport ssh saddr ${::beta::config::bastion_ip} 
ACCEPT;",
-    }
-}
-

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I891b60644d97baf8b5a11a8c2e537b6362fa2128
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alex Monk <a...@wikimedia.org>

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

Reply via email to