nosql: use manage_package_repo

use manage_package_repo to specify we use 10gen packages instead
of the ones from the distribution.

Unlike Debian, packagename is not enough on RHEL here (different
mongo username, etc)
This commit is contained in:
Gonéri Le Bouder 2014-01-03 16:10:42 +01:00
parent f5285a27f2
commit 4d178b9839

View File

@ -20,8 +20,11 @@
class privatecloud::database::nosql {
# use mongo's own repo instead of the distro's
class { 'mongodb::globals':
manage_package_repo => true
}->
class { 'mongodb':
packagename => 'mongodb-10gen'
}
}