Closed anler closed 11 years ago
When I run vagrant up chef-solo run list is set to:
vagrant up
["recipe[main]", "recipe[mysql]"
instead of to:
["recipe[main]", "recipe["mysql::server"], "recipe[main::python]", "recipe[main::lernanta]"
so none of pip, mysql, etc. are installed.
When I run
vagrant up
chef-solo run list is set to:instead of to:
so none of pip, mysql, etc. are installed.