-
Notifications
You must be signed in to change notification settings - Fork 14
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
vagrant attribute on AWS #15
Comments
As of There used to be at least a |
It looks like it's checking for unless File.exist?('/etc/chef/ohai_plugins/vagrant.json')
Ohai::Log.fail('Ohai has not set :ipaddress (Missing vagrant.json)')
else
vagrant = read_json('/etc/chef/ohai_plugins/vagrant.json') File exists, but no attributes are being set. |
Also unrelated:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @avishai-ish-shalom
Any chance to be able to set a vagrant attribute through this plugin on vagrant up and vagrant provision please? Even a
vagrant => { vagrant => true }
would do.We don't need to mess with the NICs on AWS, but it'd allow to figure if the box is running through vagrant-aws or not.
Let me know!
Thanks in advance
The text was updated successfully, but these errors were encountered: