Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

jackal (4) Versions 0.1.2

Run your jackals

Policyfile
Berkshelf
Knife
cookbook 'jackal', '= 0.1.2', :supermarket
cookbook 'jackal', '= 0.1.2'
knife supermarket install jackal
knife supermarket download jackal
README
Dependencies
Changelog
Quality -%

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.2

  • Configure process using directory not single file

v0.1.0

  • Initial release

No quality metric results found