From 6790b6a513021719ebfe7a84476e5a81776a6619 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 12 Oct 2017 07:44:07 -0700 Subject: [PATCH] bump archive upper boundary to work witha latest versions --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 7b026c68c..6cc91c5b4 100644 --- a/metadata.json +++ b/metadata.json @@ -10,7 +10,7 @@ "dependencies": [ { "name": "puppet/archive", - "version_requirement": ">= 1.0.1 < 2.0.0" + "version_requirement": ">= 1.0.1 < 3.0.0" }, { "name": "puppetlabs/stdlib",