Initial Chef repository
This commit is contained in:
4
site-cookbooks/kosmos-redis/README.md
Normal file
4
site-cookbooks/kosmos-redis/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
kosmos-redis Cookbook
|
||||
=====================
|
||||
|
||||
redis wrapper cookbook
|
||||
9
site-cookbooks/kosmos-redis/metadata.rb
Normal file
9
site-cookbooks/kosmos-redis/metadata.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
name 'kosmos-redis'
|
||||
maintainer 'Kosmos'
|
||||
maintainer_email 'mail@kosmos.org'
|
||||
license 'All rights reserved'
|
||||
description 'redis wrapper cookbook'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version '0.1.0'
|
||||
|
||||
depends 'redis'
|
||||
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