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