Reset Modulefile to greater than dep expression 1.0.1
authorRyan Coleman <ryan@puppetlabs.com>
Tue, 30 Oct 2012 05:31:25 +0000 (22:31 -0700)
committerRyan Coleman <ryan@puppetlabs.com>
Tue, 30 Oct 2012 05:31:25 +0000 (22:31 -0700)
This commit changes the 2.x expression in the Modulefile which while
supported in the PMT, is not supported in librarian-puppet.

Modulefile

index 64a896f933449c02580337df02beacfb6fa58eb2..2811677e348feac61411a458342950c9170236cc 100644 (file)
@@ -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'