From 205380746534bfe794cd00b03c0d74c84bca3bc7 Mon Sep 17 00:00:00 2001 From: zhubingbing Date: Mon, 16 Jul 2018 14:59:28 +0800 Subject: [PATCH] Fix inifile version in metadata puppetlabs-inifile 1.2.x doesn't work, so let's fix that. Change-Id: Ib1371086828843c6247b69e50a2ddc8b2a48e6b9 Co-Authored-By: zhongshengping --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 254655cf..028369b0 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "dependencies": [ { "name": "puppetlabs/inifile", - "version_requirement": ">=1.0.0 <2.0.0" + "version_requirement": ">=2.0.0 <3.0.0" }, { "name": "puppetlabs/stdlib",