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:
Nick Anderson 2013-06-17 09:17:11 +02:00
parent 4c850cedbc
commit a4597fcd9d
1 changed files with 1 additions and 1 deletions

View File

@ -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