1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-19 17:10:34 +00:00

add missing dep on concat module

This commit is contained in:
Joshua Hoblitt 2016-12-21 10:48:30 -07:00
parent f5003e3758
commit f6e32dd53b
2 changed files with 6 additions and 3 deletions

View File

@ -4,5 +4,7 @@ fixtures:
repo: "puppetlabs/stdlib"
epel:
repo: "stahnma/epel"
concat:
repo: "puppetlabs/concat"
symlinks:
"rsnapshot": "#{source_dir}"

View File

@ -18,7 +18,8 @@
],
"dependencies": [
{ "name": "puppetlabs-stdlib","version_range": ">= 1.0.0" },
{ "name": "stahnma-epel","version_range": ">= 1.0.0" }
{ "name": "stahnma-epel","version_range": ">= 1.0.0" },
{ "name": "puppetlabs-concat","version_range": ">= 2.0.0 < 3.0.0" }
],
"operatingsystem_support": [
{