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

Fix the Vagrant SSH invocation.
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2011 19:09:11 -0400
parents ead78c7e9a4d
children (none)
class redis::dependencies {
  $packages = ["build-essential", "curl"]
}