Skip to content

Commit

Permalink
update metadata.json with correct dependencies and setting exact vers…
Browse files Browse the repository at this point in the history
…ion for file_concat dependency
  • Loading branch information
bmjen committed Apr 24, 2015
1 parent 562977a commit cd21d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
"version_requirement": ">= 3.7.0 < 4.0"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"},
{"name":"electrical/file_concat","version_requirement":">= 1.0.1"}
{"name":"puppetlabs/stdlib","version_requirement":">= 4.5.0 < 5.0.0"},
{"name":"electrical/file_concat","version_requirement":"1.0.1"}
]
}

0 comments on commit cd21d8b

Please sign in to comment.