Skip to content

Instantly share code, notes, and snippets.

@cgp
Forked from rtacconi/install-chef-12-6-0-amazon-linux
Last active October 29, 2020 14:10
Show Gist options
  • Save cgp/cf619d90dea879f7523a7e7fa0701a33 to your computer and use it in GitHub Desktop.
Save cgp/cf619d90dea879f7523a7e7fa0701a33 to your computer and use it in GitHub Desktop.
Install chef server 12.6.0 on Amazon Linux
# sometimes you don't have a corporate server you want to hook up to?
chown ec2-user /home/ec2-user/.chef/companypem
wget https://packages.chef.io/stable/el/6/chefdk-0.14.25-1.el6.x86_64.rpm
rpm -Uvh chefdk-0.14.25-1.el6.x86_64.rpm
@cgp
Copy link
Author

cgp commented Oct 29, 2020

This happens to install chef-solo version: Chef: 12.10.24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment