Skip to content

Commit

Permalink
Bugfix #2
Browse files Browse the repository at this point in the history
Prior to this commit we required a version of standard lib that did not work
with PE3
  • Loading branch information
acidprime committed Sep 10, 2013
1 parent e85c628 commit 927fdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description 'Module for setting up dynamic environments using r10k'
project_page 'https://github.com/acidprime/r10k'

## Add dependencies, if any:
dependency 'puppetlabs/stdlib', '>= 4.1.0'
dependency 'puppetlabs/stdlib', '>= 3.2.0'
dependency 'puppetlabs/ruby', '>= 0.0.2'
dependency 'puppetlabs/gcc', '>= 0.0.3'
dependency 'puppetlabs/pe_gem', '>= 0.0.1'
Expand Down

0 comments on commit 927fdf2

Please sign in to comment.