Skip to content

Commit

Permalink
Fix puppet version for requirements in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongshengping committed Nov 3, 2016
1 parent f02e416 commit 6c6a275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Expand Up @@ -10,11 +10,11 @@
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
"version_requirement": "4.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
"version_requirement": "4.x"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 6c6a275

Please sign in to comment.