From a4597fcd9d02405d12ee748c9265f3ee68c44aba Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Mon, 17 Jun 2013 09:17:11 +0200 Subject: [PATCH] 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 --- plugins/provisioners/cfengine/provisioner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/provisioners/cfengine/provisioner.rb b/plugins/provisioners/cfengine/provisioner.rb index 614289734..f9a60676a 100644 --- a/plugins/provisioners/cfengine/provisioner.rb +++ b/plugins/provisioners/cfengine/provisioner.rb @@ -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