provisioning - Salty Vagrant Master hostname: salt not found -


i trying load vagrant box salt, asking install apache. using salty-vagrant in masterless mode.

the vagrant box gets loaded, gets stuck in console following message:

[default] running provisioner: salt... checking if salt-minion installed salt-minion found checking if salt-call installed salt-call found salt did not need installing or configuring. calling state.highstate... (this may take while) 

when check vagrant salt log, following found:

[salt.utils       ][error   ] master address: 'salt' resolvable fails resolve! resolved ip addr continue used  [salt.minion      ][warning ] master hostname: salt not found. retrying in 30 seconds 

has faced issue before?

you need make sure passing minion config following option set:

file_client: local 

read steps in masterless quick start: https://github.com/saltstack/salty-vagrant#masterless-quick-start


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -