example42 / puppet-mongodb

Puppet module for MongoDB
Apache License 2.0
8 stars 9 forks source link

Could not find class apt::repo::10gen #1

Closed h0arry closed 9 years ago

h0arry commented 11 years ago

Hello,

thanx for this fince module. I have a small Bug(?)

Install the module with:

puppet module install example42/mongodb

cat /etc/puppet/manifests/site.pp

node 'meikes.wurpts-online.de' { class { 'mongodb': use_10gen => true, puppi => true, } }

Got a error Message:

Could not find class apt::repo::10gen for meikes.wurpts-online.de at /etc/puppet/modules/mongodb/manifests/dependency.pp:29

I think a have to create a 'apt::repo::10gen?

Is this a bug in the Documention?

h0arry commented 11 years ago

after git clone https://github.com/example42/puppet-apt.git it seems to work

alvagante commented 11 years ago

Yep, the apt::repo::10gen is provided by the apt module. It should be better documented (feel free to submit a pull request for that).