Skip to content

Instantly share code, notes, and snippets.

@someara
Created September 24, 2012 02:21
Show Gist options
  • Save someara/3773868 to your computer and use it in GitHub Desktop.
Save someara/3773868 to your computer and use it in GitHub Desktop.
# a recipe is a unit of intent.
include_recipe "custom_app::torrent_thefile"
# testing for a condition it the compile phase...
# the is not normally necessary.
unless File.dirname(node['custom_app']['thefile']).exists?
include_recipe "custom_app::server"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment