We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on packer file, chef.sh script is called without arguments
checking the boxes on vagrantcloud/atlas, they don't have chef installed
when I run the script manually, this is what happen:
sh chef.sh downloading https://www.getchef.com/chef/install.sh to file /tmp/install-chef.sh trying wget... /tmp/install-chef.sh: option requires an argument -- v usage: /tmp/install-chef.sh [-p] [-v version] [-f filename | -d download_dir]
The text was updated successfully, but these errors were encountered:
The boxes don't have Chef or Puppet or anything installed by default.
Don't use the chef.sh here to install Chef; just wget https://www.chef.io/chef/install.sh and run that.
chef.sh
wget https://www.chef.io/chef/install.sh
Sorry, something went wrong.
No branches or pull requests
on packer file, chef.sh script is called without arguments
checking the boxes on vagrantcloud/atlas, they don't have chef installed
when I run the script manually, this is what happen:
sh chef.sh
downloading https://www.getchef.com/chef/install.sh
to file /tmp/install-chef.sh
trying wget...
/tmp/install-chef.sh: option requires an argument -- v
usage: /tmp/install-chef.sh [-p] [-v version] [-f filename | -d download_dir]
The text was updated successfully, but these errors were encountered: