Skip to content

Commit

Permalink
Merge pull request #94 from rcoleman/librarian_bug
Browse files Browse the repository at this point in the history
Librarian bug
  • Loading branch information
Ryan Coleman committed Oct 30, 2012
2 parents 3307a2e + 99eb336 commit 7798599
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'puppetlabs-apt'
version '1.0.0'
version '1.0.1'
source 'https://github.com/puppetlabs/puppetlabs-apt'
author 'Evolving Web / Puppet Labs'
license 'Apache License 2.0'
Expand All @@ -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'

0 comments on commit 7798599

Please sign in to comment.