From: Ryan Coleman Date: Tue, 30 Oct 2012 05:31:25 +0000 (-0700) Subject: Reset Modulefile to greater than dep expression X-Git-Tag: 1.0.1^0 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d190d916787c8140eda2852ca99819a9bd76c2ff;p=puppet-modules%2Fpuppetlabs-apt.git 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. --- 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'