-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
34 lines (33 loc) · 862 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
{
"name": "nate-windows_account_names",
"version": "3.0.0",
"author": "Nate McCurdy",
"summary": "Custom fact that shows the name of the Administrator and Guest account.",
"license": "Apache-2.0",
"source": "https://github.com/natemccurdy/windows_account_names",
"project_page": "https://github.com/natemccurdy/windows_account_names",
"issues_url": "https://github.com/natemccurdy/windows_account_names/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "Windows"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"tags": [
"administrator",
"fact",
"custom facts",
"accounts",
"local accounts"
],
"pdk-version": "3.0.1",
"template-url": "pdk-default#3.0.1",
"template-ref": "tags/3.0.1-0-gd13288a"
}