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

Plugin not working with vagrant installer #8

Closed
jdowning opened this issue Nov 6, 2012 · 3 comments
Closed

Plugin not working with vagrant installer #8

jdowning opened this issue Nov 6, 2012 · 3 comments

Comments

@jdowning
Copy link

jdowning commented Nov 6, 2012

I cannot seem to get this plugin to work using the Vagrant installer (http://downloads.vagrantup.com/tags/v1.0.5):

ᐅ vagrant up
/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.5/lib/vagrant/config/top.rb:29:in `method_missing': undefined method `hiera' for #<Vagrant::Config::Top:0x00000100971a48> (NoMethodError)

I have hiera-puppet in my modules path and the latest gems:

ᐅ gem list | egrep '(puppet|hiera)'
hiera (1.1.0)
hiera-puppet (0.3.0)
puppet (3.0.1)
puppet-lint (0.3.2)
vagrant-hiera (0.4.0)

I believe the problem is the vagrant-hiera gem is in a path not known by Vagrant now. Any ideas how to fix this? Thanks!

@jdowning
Copy link
Author

jdowning commented Nov 6, 2012

Took me a while, but I found the correct method to get the plugin installed when using the Vagrant install via package:
vagrant gem install vagrant-hiera
I suggest updating the README with this for others. Either way, thanks for the plugin!

@jdowning jdowning closed this as completed Nov 6, 2012
@gposton
Copy link
Owner

gposton commented Nov 6, 2012

Thanks Justin. I'm curious. What OS are you runnning?

@jdowning
Copy link
Author

jdowning commented Nov 6, 2012

OSX 10.8.2 (am using precise64.box for my VM)

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

2 participants