Download chef from chef.io

pull/2681/head
Tim Smith 11 years ago
parent 38dd0a5bde
commit 72e8119233

@ -89,7 +89,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
if p.config.InstallCommand == "" {
p.config.InstallCommand = "curl -L " +
"https://www.opscode.com/chef/install.sh | " +
"https://www.chef.io/chef/install.sh | " +
"{{if .Sudo}}sudo {{end}}bash"
}

@ -91,7 +91,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
}
if p.config.InstallCommand == "" {
p.config.InstallCommand = "curl -L https://www.opscode.com/chef/install.sh | {{if .Sudo}}sudo {{end}}bash"
p.config.InstallCommand = "curl -L https://www.chef.io/chef/install.sh | {{if .Sudo}}sudo {{end}}bash"
}
if p.config.RunList == nil {

Loading…
Cancel
Save