Last active
July 25, 2017 14:27
-
-
Save drewlander/61a2960b1a650f5d9a69ec130a1a73a6 to your computer and use it in GitHub Desktop.
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
rpm -ivh https://opscode-omnibus-packages.s3.amazonaws.com/el/7/x86_64/chef-12.5.1-1.el7.x86_64.rpm | |
yum -y install git | |
mkdir .chef | |
mkdir cookbooks | |
echo "cookbook_path \"`pwd`/cookbooks\"" > .chef/solo.rb | |
git clone https://github.com/drewlander/mailonacircle.git | |
mv mailonacircle cookbooks | |
chef-solo -c .chef/solo.rb -o recipe[mailonacircle] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment