Version information
released Jan 11th 2015
Start using this module
Add this module to your Puppetfile:
mod 'vrusinov-avahi', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
vrusinov/avahi — version 0.1.0 Jan 11th 2015
avahi
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with avahi
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Overview
Avahi "management" module. Currently the only supported way of managing it is removal.
Module Description
Provides class avahi::disable which disables avahi services. Tested on RHEL but should work on other systems as well.
Setup
What avahi affects
- Services avahi and avahi-daemon
Setup Requirements
No special requirements
Beginning with avahi
Just include avahi::disable class on your node.
Usage
Just include avahi::disable class on your node.
Reference
avahi::disable disables avahi & avahi-daemon services. However, it does not removes package since it might be in runtime dependencies of other packages.
Limitations
Tested only on RHEL. Should work on other systems.
Development
Pull requests on https://bitbucket.org/rvs/puppet-avahi are welcome!
Release Notes
- 0.1.0 - first release, includes avahi::disable.
Contributors
- rvs - author
- send your pull requests!