Skip to content

Commit

Permalink
- Remove reference to a variable that isn't defined, and then make it
Browse files Browse the repository at this point in the history
    static as for the purpose of this cookbook it works.

Signed-off-by: Scott M. Likens <slikens@engineyard.com>
  • Loading branch information
Scott M. Likens committed Jul 13, 2010
1 parent 40db9af commit b52fa8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/redis/templates/default/redis.monitrc.erb
Expand Up @@ -2,4 +2,4 @@ check process redis-<%= @profile %>
with pidfile <%= @pidfile %>
start program = "/usr/bin/redis-server <%= @configfile %>"
stop program = "/usr/bin/redis-cli -p <%= @port %> shutdown"
group redis-<%= @name %>
group redis-util

0 comments on commit b52fa8d

Please sign in to comment.