puppet/modules/redis/manifests/dependencies.pp @ fcd5abfaeff4

Store shows before notifying so we get the right title in the email.
author Steve Losh <steve@stevelosh.com>
date Sun, 23 Oct 2011 20:41:11 -0400
parents ead78c7e9a4d
children (none)
class redis::dependencies {
  $packages = ["build-essential", "curl"]
}