From 90e956c83dad4d9fbd4ae3899bf1d485c7c29817 Mon Sep 17 00:00:00 2001 From: Timo Goebel Date: Sun, 13 Sep 2015 14:49:47 +0200 Subject: [PATCH] relax depencency for puppetlabs/stdlib --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 089e595..d6baf81 100644 --- a/metadata.json +++ b/metadata.json @@ -29,7 +29,7 @@ "author": "mjhas", "summary": "This Postfix Module installs postfix and configures it using Augeas", "dependencies": [ - {"name":"puppetlabs/stdlib","version_requirement":"4.3.2"} + {"name":"puppetlabs/stdlib","version_requirement":">=4.3.2"} ], "source": "https://github.com/mjhas/postfix.git", "project_page": "https://github.com/mjhas/postfix",