You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2022. It is now read-only.
"long_description": "\n\nTravis-ci status: [![Build Status](https://secure.travis-ci.org/jackl0phty/opschef-cookbook-avahi-daemon.png?branch=master)](http://travis-ci.org/jackl0phty/opschef-cookbook-avahi-daemon) \n\nDescription\n===========\n\nInstalls/enables or Uninstalls/disables the avahi-daemon service.\n\nRequirements\n============\n\nThis cookbook currently supports the following platforms:\n\nDebian, Ubuntu\n\nAttributes\n==========\n\nSet the avahi-daemon service name.\n<pre><code>\ndefault['avahi-daemon']['service']['name'] = \"avahi-daemon\"\n</pre></code>\n\nUsage\n=====\n\nApply recipe avahi-daemon::enable to install/enable all avahi-daemon related services.\n\nRecipe avahi-daemon::default takes no action.\n\navahi-daemon::disable recipe\n============================\n\nUse a knife command to remove avahi-daemon components from your system like so\n\nknife node run_list add <node name> avahi-daemon::disable \n",