Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7b11ef

Browse files
committedJun 27, 2018
Correct metadata
1 parent 1adc855 commit c7b11ef

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed
 

‎metadata.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@
99
"issues_url": "https://github.com/redhataccess/puppet-access_insights_client/issues",
1010
"operatingsystem_support": [
1111
{
12-
"operatingsystem":"RedHat",
13-
"operatingsystemrelease":[ "6.0", "7.0" ]
12+
"operatingsystem": "RedHat",
13+
"operatingsystemrelease": [
14+
"6",
15+
"7"
16+
]
1417
}
15-
],
16-
"dependencies": [
18+
],
19+
"dependencies": [],
20+
"requirements": [
1721
{
18-
"name": "puppetlabs-stdlib",
19-
"version_range": ">= 1.0.0"
22+
"name": "puppet",
23+
"version_requirement": ">= 3.8.0 < 6.0.0"
2024
}
2125
]
2226
}

0 commit comments

Comments
 (0)
Please sign in to comment.