-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
34 lines (33 loc) · 771 Bytes
/
Copy pathmetadata.json
File metadata and controls
34 lines (33 loc) · 771 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": "jhg03a-agentfacts",
"version": "1.0.2",
"author": "jhg03a",
"summary": "A module to convert puppet agent configuration to custom facts for use in manifests",
"license": "Apache-2.0",
"source": "https://github.com/jhg03a/puppet-agentfacts.git",
"project_page": "https://github.com/jhg03a/puppet-agentfacts",
"issues_url": "https://github.com/jhg03a/puppet-agentfacts/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem":"RedHat"
},
{
"operatingsystem":"Ubuntu"
},
{
"operatingsystem":"Debian"
},
{
"operatingsystem":"OS X"
},
{
"operatingsystem":"Windows"
},
{
"operatingsystem":"SLES"
}
],
"tags": ["puppet","agent","ssldir","fact"]
}