- Overview
- Setup - The basics of getting started with avahi
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Installs and Configures Avahi zeroconf networking software.
- package/service/configuration files for Avahi
class { 'avahi::init' }
Only Supports Ubuntu/Debian
- 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
# Install Requirements
bundle install
# Validate Files
bundle exec rake validate
# Run Rspec-Puppet
bundle exec rake spec
# Run Puppet-Lint
bundle exec rake lint
Source code availabe here