Created
June 4, 2012 03:21
-
-
Save worace/2866146 to your computer and use it in GitHub Desktop.
Sample chef solo base file
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
file_cache_path File.expand_path("../", __FILE__) | |
cookbook_path File.expand_path("../cookbooks", __FILE__) | |
json_attribs "https://raw.github.com/gist/2861861/f4a5f4b78f5cd88813151be598a4782bfbbb0ed4/node.json" | |
recipe_url "https://github.com/worace/chef-repo/blob/master/vim-chef-solo-tar.gz?raw=true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yay Ruby!!