Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created April 15, 2010 17:23
Show Gist options
  • Save adamhjk/367378 to your computer and use it in GitHub Desktop.
Save adamhjk/367378 to your computer and use it in GitHub Desktop.
case node[:platform]
when "ubuntu"
include_recipe "something"
when "redhat"
include_recipe "something_else"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment