forked from acidprime/puppet-catalog-diff
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
25 lines (23 loc) · 716 Bytes
/
metadata.json
File metadata and controls
25 lines (23 loc) · 716 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
{
"name": "autostructure-puppet_catalog_diff",
"version": "1.0.0",
"author": "Bryan Belanger",
"summary": "Compare two Puppet Master catalogs.",
"license": "Apache-2.0",
"source": "https://github.com/autostructure/puppet-catalog-diff",
"project_page": "https://github.com/autostructure/puppet-catalog-diff",
"issues_url": "https://github.com/autostructure/puppet-catalog-diff/issues",
"dependencies": [
],
"operatingsystem_support": [
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
}
],
"pdk-version": "1.9.0",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.9.0-0-g7281db5"
}