Skip to content

Instantly share code, notes, and snippets.

@lusis
Created October 26, 2011 03:17
Show Gist options
  • Save lusis/1315315 to your computer and use it in GitHub Desktop.
Save lusis/1315315 to your computer and use it in GitHub Desktop.
platform support in fpm-cookery
class Cassandra < FPM::Cookery::Recipe
name "cassandra"
version "1.0.0"
platforms [:centos, :rhel] do
depends "java-1.6.0-openjdk"
pre_install "pre-inst.sh"
end
platforms :debian do
depends "openjdk-6-jre"
section "database"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment