Skip to content

Instantly share code, notes, and snippets.

@drewlander
Last active July 25, 2017 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewlander/61a2960b1a650f5d9a69ec130a1a73a6 to your computer and use it in GitHub Desktop.
Save drewlander/61a2960b1a650f5d9a69ec130a1a73a6 to your computer and use it in GitHub Desktop.
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