Initial Chef repository
This commit is contained in:
11
site-cookbooks/kosmos-redis/recipes/default.rb
Normal file
11
site-cookbooks/kosmos-redis/recipes/default.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Cookbook Name:: kosmos-redis
|
||||
# Recipe:: default
|
||||
#
|
||||
# Copyright 2015, Kosmos
|
||||
#
|
||||
# All rights reserved - Do Not Redistribute
|
||||
#
|
||||
|
||||
node.override['redis']['unixsocket'] = ''
|
||||
include_recipe 'redis::server'
|
||||
Reference in New Issue
Block a user