mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Update bootstrap symantecs
CFEngine 3.5 bootstrap removed the policy-server option http://cfengine.com/blog/cfengine-is-very-easy-to-install-and-now-so-is-bootstrapping
This commit is contained in:
parent
4c850cedbc
commit
a4597fcd9d
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ module VagrantPlugins
|
|||
|
||||
@machine.ui.info(I18n.t("vagrant.cfengine_bootstrapping",
|
||||
policy_server: policy_server_address))
|
||||
result = cfagent("--bootstrap --policy-server #{policy_server_address}", error_check: false)
|
||||
result = cfagent("--bootstrap #{policy_server_address}", error_check: false)
|
||||
raise Vagrant::Errors::CFEngineBootstrapFailed if result != 0
|
||||
|
||||
# Policy hubs need to do additional things before they're ready
|
||||
|
|
|
|||
Loading…
Reference in a new issue