ripienaar / puppet-module-data

Hiera backend that stores data in a module
74 stars 43 forks source link

Updating to 0.0.2 results in uninitilized constant #6

Closed tombell closed 10 years ago

tombell commented 10 years ago

So I updated the module to 0.0.2 from 0.0.1 and seem to be getting the following error when running boxen

~ > boxen
Boxen is up-to-date.
Error: uninitialized constant Puppet::DataBinding::LookupError at /opt/boxen/repo/manifests/site.pp:1 on node winterfell.local
Wrapped exception:
uninitialized constant Puppet::DataBinding::LookupError
Error: uninitialized constant Puppet::DataBinding::LookupError at /opt/boxen/repo/manifests/site.pp:1 on node winterfell.local

Reverting back to 0.0.1 seems to fix the error, have I missed something when updating to 0.0.2?

skibum55 commented 10 years ago

I'm getting something similar Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::Compiler failed with error NameError: uninitialized constant Puppet::DataBinding::LookupError on node rhel64-ruzp6mfh puppet --version =3.3.3 (Puppet Enterprise 3.1.1) Have not tried 0.0.1

911akash commented 10 years ago

any luck skibum55 ??? am getting exact error as yours

doismellburning commented 10 years ago

@tombell I notice you closed this, any chance of some context as to why / pointers for anyone else ending up with the same issue? Thanks

tombell commented 10 years ago

I was using this with boxen, and the issue went away.