-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmetadata.json
More file actions
33 lines (33 loc) · 865 Bytes
/
metadata.json
File metadata and controls
33 lines (33 loc) · 865 Bytes
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
{
"name": "thias-ntp",
"version": "1.1.12",
"author": "Matthias Saou",
"license": "Apache-2.0",
"summary": "Network Time Protocol module",
"source": "https://github.com/thias/puppet-ntp",
"project_page": "https://forge.puppetlabs.com/thias/ntp",
"issues_url": "https://github.com/thias/puppet-ntp/issues",
"tags": ["ntpd", "ntp"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6", "7", "8", "9", "10" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6", "7", "8", "9", "10" ]
},
{
"operatingsystem":"Gentoo"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=2.7.20 <9.0.0"
}
],
"description": "Install, enable and configure ntpd for both client and server use.",
"dependencies": [
]
}