Open someara opened 11 years ago
Sure, I'm happy to hand it over and have it hosted on the community site.
It's been a while since I borrowed the code from agoddard/street-chef@4c510cb49409b40594a530b16a9af61ca70a49c4 and then refined it with the vagrant-net.rb
from this gist, so credits go to @agoddard and @turtlebender
Now that I look closer, I recognize its a (by now out-of-date) copy of opscode-cookbooks/ohai.
In order to make it proper, it probably should:
node['ohai']['plugins']['vagrant-ohai'] = 'plugins'
and then include_recipe 'ohai'
Looks like a good candidate for doing this in an application cookbook, but having it as a library cookbook hosted on the community site would be worthwhile as well, given that it's needed so often.
It's btw only required for vagrant host-only networks, for bridged networks it's not needed as they have the "correct" IP on eth0.
Feel free... :-)
Hi!
Do you mind if I "take over" this cookbook and stick it on the Community Site? It'd be nice for Berks to be able to fetch this automatically.
Thanks!
-s