Currently the mongodb_instance def depends on many values provided
as node attributes. A lot of those values need to be unique per
mongodb_instance thus prevents having multiple mongodb_instances
defined on 1 server. I've attempted to create more parameters
for the def and to pass more values thorugh params rather then
depending on node attributes.
Currently the mongodb_instance def depends on many values provided as node attributes. A lot of those values need to be unique per mongodb_instance thus prevents having multiple mongodb_instances defined on 1 server. I've attempted to create more parameters for the def and to pass more values thorugh params rather then depending on node attributes.