cookbook 'jackal', '= 0.1.4'
jackal (4) Versions 0.1.4 Follow0
Run your jackals
cookbook 'jackal', '= 0.1.4', :supermarket
knife supermarket install jackal
knife supermarket download jackal
Jackal
Run your jackals
Usage
Provides simple LWRP for setting up jackal instances
jackal 'stuff-doer' do configuration Mash.new(:jackal => 'configuration_hash') overrides [ {:override_config_file => 'first one'}, {:override_config_file => 'second one'} ] gem_packages ['nokogiri'] system_packages ['libxslt-dev'] end This will generate the required configuration, install required gems and packages, configure the service (via runit) and start it. Yay! ## Infos * Repository: https://github.com/carnivore-rb/chef-jackal * Jackal: https://github.com/carnivore-rb/jackal
Dependent cookbooks
build-essential >= 0.0.0 |
runit >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
v0.1.4
- Wrap app enable flags in block resource to prevent restart on first run setup
v0.1.2
- Configure process using directory not single file
v0.1.0
- Initial release