Created
March 31, 2017 04:50
-
-
Save charlesjohnson/563bc7004d846714415a775c13ef2729 to your computer and use it in GitHub Desktop.
In Chef, these two examples are roughly syntactically equivalent
This file contains hidden or 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
directory '/var/www/' |
This file contains hidden or 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
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