cookbook 'avahi', '= 1.0.1'
avahi (3) Versions 1.0.1 Follow0
Installs/Configures avahi
cookbook 'avahi', '= 1.0.1', :supermarket
knife supermarket install avahi
knife supermarket download avahi
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:
default['avahi']['disable_service'] = true
Development
Development requires Vagrant and these vagrant-plugins:
* vagrant plugin install vagrant-berkshelf
* vagrant plugin install vagrant-omnibus
Testing
Running tests:
bash
bundle exec strainer test
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Source code availabe here
To Do
- Ensure support on other platforms (RHEL/Arch).
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.