I was wondering how to get this configured. I essentially would like to use a set of recipes and variables based on the host name.
I am familiar with
knife solo cook HOSTNAME
And I would hope that a
vagrant provision could use the
nodes/hostname.json that can contain the
"run_list" [ ... ]. I have been adding recipes in my
Vagrantfile with
chef.add_recipe as a workaround, but I would like it work through a
vagrant provision.
Ideas?