Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10gen repo handling doesn't work #101

Closed
systemstart opened this issue Feb 28, 2014 · 2 comments
Closed

10gen repo handling doesn't work #101

systemstart opened this issue Feb 28, 2014 · 2 comments

Comments

@systemstart
Copy link

i'm getting:

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:

class mystuff::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?

@dudu
Copy link

dudu commented Nov 8, 2017

Same issue here, anyone?

@ekohl
Copy link
Member

ekohl commented Nov 8, 2017

We want to formally deprecate the 10gen repos and #416 is open to fix that.

@ekohl ekohl closed this as completed Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants