vmware-archive / salty-vagrant

Use Salt as a Vagrant provisioner.
BSD 2-Clause "Simplified" License
372 stars 64 forks source link

Custom master config not copied to /etc/salt/master #100

Open kevinfrommelt-wf opened 11 years ago

kevinfrommelt-wf commented 11 years ago

When using salt.master_config without salt.minion_config the master file does not get copied to /etc/salt/master.

need_configure() in provisioner.rb most likely needs to be changed.

akoumjian commented 11 years ago

You are correct. Should be an easy fix.

kucaahbe commented 10 years ago

have this issue too, custom configs for master and minion remain in /tmp directory

jcockhren commented 10 years ago

@kucaahbe Switch to vagrant version 1.3+ The salt provisioner is now native to vagrant.

kucaahbe commented 10 years ago

@jcockhren thanks, but I use it with 1.4.3 and bug exists

jcockhren commented 10 years ago

@kucaahbe (assuming you are not using it as an installed plugin) given the integration this is a vagrant bug. Should be reported in the vagrant repo issues.