Initial Chef repository
This commit is contained in:
10
cookbooks/redis/recipes/client.rb
Normal file
10
cookbooks/redis/recipes/client.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Cookbook Name:: redis
|
||||
# Recipe:: client
|
||||
#
|
||||
|
||||
include_recipe "redis::default"
|
||||
|
||||
package "redis-tools" do
|
||||
action node["redis"]["auto_upgrade"] ? :upgrade : :install
|
||||
end
|
||||
Reference in New Issue
Block a user