You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: Class[Mongodb::Globals] is already declared; cannot redeclare at /etc/puppet/modules/mystuff/manifests/mymongo.pp
mymongo.pp contains:
classmystuff::mymongo {
class {'::mongodb::globals':
manage_package_repo => true,
}->
class {'::mongodb::server': }->
class {'::mongodb::client': }
}
puppet master and node are on v3.4.3
holding it wrong?
The text was updated successfully, but these errors were encountered:
i'm getting:
mymongo.pp contains:
puppet master and node are on v3.4.3
holding it wrong?
The text was updated successfully, but these errors were encountered: