Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Midstream fix to work around mongo packaging issues
This isn't seen upstream but is a problem in instack due to the version
of mongo being used. This change explicitly highlights which mongo
configuration file to use.

Change-Id: Ide682d666f7122c5eecc4007498096410dc6b228
  • Loading branch information
Jay Dobies committed Apr 28, 2015
1 parent 71ba718 commit 55619c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puppet/hieradata/controller.yaml
Expand Up @@ -12,6 +12,7 @@ rabbitmq::package_source: undef
rabbitmq::repos_ensure: false

mongodb::server::replset: tripleo
mongodb::server::config: '/etc/mongod.conf'

redis::port: 6379
redis::sentinel::master_name: "%{hiera('bootstrap_nodeid')}"
Expand Down

0 comments on commit 55619c6

Please sign in to comment.