-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
45 lines (43 loc) · 1.22 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"dependencies": {
},
"name": "unattended_upgrades",
"maintainer_email": "[email protected]",
"attributes": {
"unattended_upgrades/upgrade_email": {
"required": "optional",
"calculated": false,
"choice": [
],
"default": "root@localhost",
"type": "string",
"recipes": [
],
"display_name": "Unattended Upgrade Email",
"description": "Email to receive notifications regarding APT package upgrades"
}
},
"license": "Apache 2.0",
"suggestions": {
},
"platforms": {
"debian": ">= 0.0.0",
"ubuntu": ">= 0.0.0"
},
"maintainer": "Marcel M. Cary",
"long_description": "= DESCRIPTION:\n\nConfigure APT to do unattended upgrades as fixes are released.\n\n= REQUIREMENTS:\n\nUbuntu or maybe Debian\n\n= ATTRIBUTES:\n\nThe following node attributes are passed to the APT configuration template:\n\n* unattended_upgrades[:upgrade_email] - email to receive notifications\n\n= USAGE:\n\n include_recipe \"unattended_upgrades\"\n\n",
"version": "0.0.1",
"recommendations": {
},
"recipes": {
},
"groupings": {
},
"conflicting": {
},
"replacing": {
},
"description": "Installs/Configures unattended_upgrades",
"providing": {
}
}