Skip to content

Instantly share code, notes, and snippets.

@mguterl
Created September 6, 2011 17:14
Show Gist options
  • Save mguterl/1198254 to your computer and use it in GitHub Desktop.
Save mguterl/1198254 to your computer and use it in GitHub Desktop.
name "redis"
description "Role for configuring redis instances."
run_list(
"recipe[ufw][databag]",
"recipe[redis2][default_instance]")
override_attributes("redis2" => { "install_from" => "source" })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment