13 lines
		
	
	
		
			212 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			212 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| #
 | |
| # Cookbook Name:: kosmos_redis
 | |
| # Recipe:: default
 | |
| #
 | |
| 
 | |
| node.normal['redisio']['servers'] = [{
 | |
|   'port' => '6379',
 | |
|   'protected_mode' => 'no'
 | |
| }]
 | |
| 
 | |
| include_recipe 'redisio::default'
 | |
| include_recipe 'redisio::enable'
 |