Giuseppe Lavagetto has submitted this change and it was merged.

Change subject: role::deployment: remove test role
......................................................................


role::deployment: remove test role

It was a useless one-purpose "role" that was used just by beta.

Change-Id: I2d46fe778b26c821cf9efbc23579c71fc923b1b2
---
M manifests/role/beta.pp
D modules/role/manifests/deployment/test.pp
2 files changed, 4 insertions(+), 8 deletions(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  Hashar: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/manifests/role/beta.pp b/manifests/role/beta.pp
index 790e518..af84fb7 100644
--- a/manifests/role/beta.pp
+++ b/manifests/role/beta.pp
@@ -30,7 +30,10 @@
     }
 
     include ::beta::config
-    include ::role::deployment::test
+    package { 'test/testrepo':
+        provider => 'trebuchet',
+    }
+
 
     # Allow ssh inbound from deployment-bastion.eqiad.wmflabs for testing
     ferm::rule { 'deployment-bastion-trebuchet-testing-ssh':
diff --git a/modules/role/manifests/deployment/test.pp 
b/modules/role/manifests/deployment/test.pp
deleted file mode 100644
index 37edf79..0000000
--- a/modules/role/manifests/deployment/test.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-# === Class role::deployment::test
-# Test trebuchet by installing a simple test repo
-class role::deployment::test {
-    package { 'test/testrepo':
-        provider => 'trebuchet',
-    }
-}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2d46fe778b26c821cf9efbc23579c71fc923b1b2
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to