Andrew Bogott has submitted this change and it was merged.

Change subject: Add packages to the jenkins slave for puppet rspec.
......................................................................


Add packages to the jenkins slave for puppet rspec.

Change-Id: If1537e1eb01dcce6346a869d2262b8e666664cad
---
M modules/contint/manifests/packages.pp
1 file changed, 19 insertions(+), 0 deletions(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/contint/manifests/packages.pp 
b/modules/contint/manifests/packages.pp
index c766edc..8bb1dc8 100644
--- a/modules/contint/manifests/packages.pp
+++ b/modules/contint/manifests/packages.pp
@@ -134,4 +134,23 @@
     ]: ensure => absent,
   }
 
+  # Packages to support use of rspec on puppet modules:
+  package { [
+    # Packages imported from Debian Sid:
+    # Most of these would be pulled in via dependencies
+    # from ruby-rspec but I'm enumerating them here as a note
+    # that the standard ubuntu versions are insufficient.
+    'rubygems-integration',
+    'ruby-metaclass',
+    'ruby-rspec-mocks',
+    'ruby-rspec-expectations',
+    'ruby-mocha',
+    'ruby-rspec',
+    'ruby-rspec-core',
+    # Packages built using gem2deb:
+    'ruby-rspec-puppet',
+    'ruby-puppetlabs-spec-helper',
+    ]:
+    ensure => present;
+  }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If1537e1eb01dcce6346a869d2262b8e666664cad
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[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