-
Notifications
You must be signed in to change notification settings - Fork 35
/
metadata.json
35 lines (34 loc) · 939 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-scheduled_task",
"version": "4.0.1",
"author": "puppetlabs",
"summary": "Manage scheduled tasks for Windows Server 2012 and newer operating systems.",
"license": "Apache-2.0",
"source": "git://github.com/puppetlabs/puppetlabs-scheduled_task",
"project_page": "https://github.com/puppetlabs/puppetlabs-scheduled_task",
"issues_url": "https://github.com/puppetlabs/puppetlabs-scheduled_task/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"10",
"2012 R2",
"2012",
"2016",
"2019",
"2022"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"pdk-version": "3.2.0",
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
"template-ref": "tags/3.2.0.4-0-g5d17ec1"
}