Skip to content

Commit

Permalink
Merge pull request #8 from taik0/concat_dependency_fix
Browse files Browse the repository at this point in the history
Fix module dependencies
  • Loading branch information
amoswood committed Sep 23, 2015
2 parents e6d8101 + 517e9c4 commit c835b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" }
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">=1.2.4" }
],
"requirements": [
{
Expand Down

0 comments on commit c835b55

Please sign in to comment.