forked from jackl0phty/opschef-cookbook-avahi-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
29 lines (29 loc) · 1.37 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "avahi-daemon",
"description": "Installs/Configures avahi-daemon",
"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",
"maintainer": "Gerald L. Hevener Jr., M.S.",
"maintainer_email": "[email protected]",
"license": "Apache 2.0",
"platforms": {
},
"dependencies": {
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
},
"version": "0.0.14"
}