cookbook 'avahi-daemon', '= 0.0.10'
avahi-daemon (6) Versions 0.0.10 Follow1
Installs/Configures avahi-daemon
cookbook 'avahi-daemon', '= 0.0.10', :supermarket
knife supermarket install avahi-daemon
knife supermarket download avahi-daemon
Description
Installs/enables or Uninstalls/disables the avahi-daemon service.
Requirements
This cookbook currently supports the following platforms:
Debian, Ubuntu
Attributes
Set the avahi-daemon service name.
<pre><code>
default['avahi-daemon']['service']['name'] = "avahi-daemon"
</pre></code>
Usage
Apply recipe avahi-daemon::enable to install/enable all avahi-daemon related services.
Recipe avahi-daemon::default takes no action.
avahi-daemon::disable recipe
Use a knife command to remove avahi-daemon components from your system like so
knife run_list add <node name> avahi-daemon::disable
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.