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
|
@ -87,7 +87,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
@machine.ui.info(I18n.t("vagrant.cfengine_bootstrapping",
|
@machine.ui.info(I18n.t("vagrant.cfengine_bootstrapping",
|
||||||
policy_server: policy_server_address))
|
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
|
raise Vagrant::Errors::CFEngineBootstrapFailed if result != 0
|
||||||
|
|
||||||
# Policy hubs need to do additional things before they're ready
|
# Policy hubs need to do additional things before they're ready
|
||||||
|
|
Loading…
Reference in New Issue