Installs/enables or Uninstalls/disables the avahi-daemon service.
This cookbook currently supports the following platforms:
Debian, Ubuntu
Set the avahi-daemon service name.
default['avahi-daemon']['service']['name'] = "avahi-daemon"
Apply recipe avahi-daemon::enable to install/enable all avahi-daemon related services.
Recipe avahi-daemon::default takes no action.
Use a knife command to remove avahi-daemon components from your system like so
knife node run_list add avahi-daemon::disable