Forked from rtacconi/install-chef-12-6-0-amazon-linux
Last active
October 29, 2020 14:10
-
-
Save cgp/cf619d90dea879f7523a7e7fa0701a33 to your computer and use it in GitHub Desktop.
Install chef server 12.6.0 on Amazon Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens to install chef-solo version: Chef: 12.10.24