Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Two chef_solos gives One machine is using multiple chef provisioners, which is unsupported. #172

Closed
poflynn opened this issue Mar 10, 2016 · 1 comment
Labels

Comments

@poflynn
Copy link

poflynn commented Mar 10, 2016

My Vagrantfile looks something like this:

config.vm.provision "chef_solo" do |chef|
    chef.add_recipe "niceRecipe1"
    chef.add_recipe "niceRecipe2"
end

config.vm.provision :shell, :path => "uglyScript1.sh"
config.vm.provision :shell, :path => "uglyScript2.sh"

config.vm.provision "chef_solo" do |chef|
    chef.add_recipe "niceRecipe1"
    chef.add_recipe "niceRecipe2"
end

I.e. a chef_solo section, a bunch of shell scripts and another chef_solo section. It all worked great until I added the second chef_solo section, now I get:

One machine is using multiple chef provisioners, which is unsupported.

Note that I am not mixing chef_client and chef_zero or anything of that nature, merely adding another chef_solo. Is that really unsupported?

Thanks.

@poflynn poflynn changed the title Teo chef_solos gives One machine is using multiple chef provisioners, which is unsupported. Two chef_solos gives One machine is using multiple chef provisioners, which is unsupported. Mar 10, 2016
@fgrehm fgrehm added the ignored label Nov 22, 2022
@fgrehm
Copy link
Owner

fgrehm commented Nov 22, 2022

Hey, sorry for the silence here but this project is looking for maintainers 😅

As per #193, I've added the ignored label and will close this issue. Thanks for the interest in the project and LMK if you want to step up and take ownership of this project on that other issue 👋

@fgrehm fgrehm closed this as completed Nov 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants