Comment 22 for bug 1572104

Revision history for this message
Michael Polenchuk (mpolenchuk) wrote :

LOGS:
Could not look up qualified variable '::mongodb::server::user'; class ::mongodb::server has not been evaluated

FIX:
include ::mongodb::params
$user = $::mongodb::params::user
$group = $::mongodb::params::group

DESC:
mongodb module has really confused params getter:
server <-> globals <-> config <-> params