shoekstra / chef-avahi

Chef cookbook for managing Avahi

Home Page:https://www.pwelch.net/chef-avahi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Chef cookbook for managing Avahi

https://www.pwelch.net/chef-avahi/

License:Other


Languages

Language:Ruby 75.4%Language:HTML 24.6%