Andrew Bogott has uploaded a new change for review.

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


Change subject: Fix one of many failing mongodb tests.
......................................................................

Fix one of many failing mongodb tests.

This just handles some renames and default changes in our
customized version.

Change-Id: I3eea6c28bb3acd5a7c34fff854fb4183f85523fc
---
M modules/mongodb/spec/classes/mongodb_spec.rb
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/85/73785/1

diff --git a/modules/mongodb/spec/classes/mongodb_spec.rb 
b/modules/mongodb/spec/classes/mongodb_spec.rb
index f90752a..6556847 100644
--- a/modules/mongodb/spec/classes/mongodb_spec.rb
+++ b/modules/mongodb/spec/classes/mongodb_spec.rb
@@ -15,10 +15,8 @@
       it {
         should_not contain_class('mongodb::sources::apt')
         should_not contain_apt__source('10gen')
-        should contain_package('mongodb-10gen').with({
-          :name => 'mongodb'
-        })
-        should contain_file('/etc/mongod.conf')
+        should_not contain_package('mongodb-10gen')
+        should contain_file('/etc/mongodb.conf')
         should contain_service('mongodb').with({
           :name => 'mongodb'
         })

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3eea6c28bb3acd5a7c34fff854fb4183f85523fc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

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

Reply via email to