cookbook 'nsq', '= 0.1.0'
nsq (2) Versions 0.1.0 Follow0
NSQ
cookbook 'nsq', '= 0.1.0', :supermarket
knife supermarket install nsq
knife supermarket download nsq
NSQ Cookbook
Chef cookbook for installing and configuring NSQ applications
Usage
Attribute driven
# roles/msg-bus.rb name 'msg-bus' default_attributes( :nsq => { :instances => { :msg_bus => { :app => 'nsqd', :config => { :data_path => '/var/lib/data/msg-bus' } } } } )
LWRP
nsq 'msg_bus' do app 'nsqd' config {:data_path => '/var/lib/data/msg-bus'} end
Infos
- Repository: https://github.com/hw-cookbooks/nsq
Dependent cookbooks
runit >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.