/chef-avahi

Chef cookbook for managing Avahi

Primary LanguageRubyOtherNOASSERTION

Cookbook GitHub tag Build Status

Description

Chef cookbook that installs and configures avahi the zeroconf software.

Usage

Include avahi::default recipe in the run_list.

To disable the avahi-daemon set the attribute like so:

  node.default['avahi']['disable_service'] = true

Development

Development requires ChefDK

Testing

Running tests:

chef exec rake
chef exec kitchen verify

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Source code availabe here