Skip to content

Instantly share code, notes, and snippets.

@charlesjohnson
Created March 31, 2017 04:50
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 charlesjohnson/563bc7004d846714415a775c13ef2729 to your computer and use it in GitHub Desktop.
Save charlesjohnson/563bc7004d846714415a775c13ef2729 to your computer and use it in GitHub Desktop.
In Chef, these two examples are roughly syntactically equivalent
directory '/var/www/'
directory 'webroot' do
path '/var/www/'
action :create
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment