From 6645145228aa1a4ab5cfec3e11709f5be202927f Mon Sep 17 00:00:00 2001 From: Jacob Henner Date: Sat, 21 Apr 2018 15:31:33 -0400 Subject: [PATCH] Update minimum version of puppetlabs/stdlib to 4.22.0 Updates minimum version of stdlib to 4.22.0, which includes support for the Stdlib::Filemode type. This type will be used in the process of adding types to all parameters. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 96a590132..1a1b179f1 100644 --- a/metadata.json +++ b/metadata.json @@ -10,7 +10,7 @@ "dependencies": [ { "name": "puppetlabs/stdlib", - "version_requirement": ">= 4.13.1 <5.0.0" + "version_requirement": ">= 4.22.0 <5.0.0" }, { "name": "puppetlabs/concat",