Add -P option to bootstrap-salt.sh

This option is needed to install pip packages during
Salt bootstrap.

Change-Id: I97d216c02b495a2ca6644399ecfeda25883d2a76
Closes-Bug: #1478216
This commit is contained in:
Michal Rostecki 2015-07-25 11:49:04 +02:00
parent 12a1e707dd
commit 1c740a3509
1 changed files with 1 additions and 0 deletions

1
vagrant/Vagrantfile vendored
View File

@ -75,6 +75,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
salt.minion_config = "salt_minion"
salt.colorize = true
salt.log_level = "all"
salt.bootstrap_options = "-P"
#salt.run_highstate = true # Uncomment if you want to automatically provision the box
end