Skip to content

Commit

Permalink
update stdlib dep to >= 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Dec 27, 2013
1 parent 88ca870 commit 1bbb9ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
fixtures:
repositories:
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
stdlib:
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
ref: '3.0.0'
symlinks:
"policykit": "#{source_dir}"
policykit: "#{source_dir}"
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ project_page 'https://github.com/jhoblitt/puppet-policykit'
source 'https://github.com/jhoblitt/puppet-policykit.git'
summary 'Manages the policykit package'
description 'Manages the policykit package'
dependency 'puppetlabs/stdlib', '>= 1.0.0'
dependency 'puppetlabs/stdlib', '>= 3.0.0'

0 comments on commit 1bbb9ea

Please sign in to comment.