modules/mu/providers/google/userdata/linux.erb in cloud-mu-3.5.1 vs modules/mu/providers/google/userdata/linux.erb in cloud-mu-3.6.3

- old
+ new

@@ -103,10 +103,10 @@ umask 0077 # Install Chef now, because why not? if [ ! -f /opt/chef/embedded/bin/ruby ];then - curl https://www.chef.io/chef/install.sh > chef-install.sh + curl https://omnitruck.chef.io/install.sh > chef-install.sh set +e # We may run afoul of a synchronous bootstrap process doing the same thing. So # wait until we've managed to run successfully. while ! sh chef-install.sh -v <%= $mu.chefVersion %>;do sleep 10