Skip to content

Instantly share code, notes, and snippets.

@anuragkanungo
Created November 21, 2014 07:27
Show Gist options
  • Save anuragkanungo/53346ecacc2da1350189 to your computer and use it in GitHub Desktop.
Save anuragkanungo/53346ecacc2da1350189 to your computer and use it in GitHub Desktop.
require ‘chef/provisioning'
machine 'db' do
recipe 'mysql'
tag 'itsa_me'
converge true
end
machine 'web1' do
recipe 'apache'
converge true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment