forked from puppetlabs-toy-chest/puppetlabs-package_updates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
35 lines (34 loc) · 803 Bytes
/
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
{
"name": "puppetlabs-package_updates",
"version": "1.0.0",
"author": "Puppet Labs",
"summary": "A module for monitoring and applying package updates",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-package_updates",
"project_page": "https://github.com/puppetlabs/puppetlabs-package_updates",
"issues_url": "https://github.com/puppetlabs/puppetlabs-package_updates/issues",
"dependencies": [
],
"tags": [
"patch",
"updates",
"packages"
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6.0",
"7.0"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04",
"16.04"
]
}
]
}