From 3595334fb5e796a8b38cb6f25b3af6d82cd85e11 Mon Sep 17 00:00:00 2001 From: Christopher Peterson <3893680+cspeterson@users.noreply.github.com> Date: Mon, 11 May 2020 12:48:01 -0400 Subject: [PATCH] Bump stdlib dependency version --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 9101d41..f834ce6 100644 --- a/metadata.json +++ b/metadata.json @@ -67,6 +67,6 @@ ], "description": "Manage nsswitch. Supports LDAP integration.", "dependencies": [ - {"name":"puppetlabs/stdlib","version_requirement":">= 4.6.0 < 5.0.0"} + {"name":"puppetlabs/stdlib","version_requirement":">= 4.6.0 < 7.0.0"} ] }