From d190d916787c8140eda2852ca99819a9bd76c2ff Mon Sep 17 00:00:00 2001 From: Ryan Coleman Date: Mon, 29 Oct 2012 22:31:25 -0700 Subject: [PATCH] Reset Modulefile to greater than dep expression This commit changes the 2.x expression in the Modulefile which while supported in the PMT, is not supported in librarian-puppet. --- Modulefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 64a896f..2811677 100644 --- a/Modulefile +++ b/Modulefile @@ -8,4 +8,7 @@ description 'APT Module for Puppet' project_page 'https://github.com/puppetlabs/puppetlabs-apt' ## Add dependencies, if any: -dependency 'puppetlabs/stdlib', '2.x' +#dependency 'puppetlabs/stdlib', '2.x' +# The dependency should be written as above but librarian-puppet +# does not support the expression as the PMT does. +dependency 'puppetlabs/stdlib', '>= 2.2.1' -- 2.45.2