Fix rsync version in metadata

puppetlabs-rsync is now using the 1.1.0 version, so we should fix the
rsync version in metadata.

Change-Id: I24f2553c7bb597496a5da1ac8f8f10f760acff55
This commit is contained in:
ZhongShengping 2018-12-21 09:23:59 +08:00
parent d010df98c6
commit 98ee29a683
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
},
{
"name": "puppetlabs/rsync",
"version_requirement": ">=0.2.0 <1.0.0"
"version_requirement": ">=1.1.0 <2.0.0"
},
{
"name": "puppetlabs/stdlib",