Skip to content

Commit

Permalink
change stdlib dep to v3.0.0
Browse files Browse the repository at this point in the history
The oldest version with `ensure_resource()`
  • Loading branch information
Joshua Hoblitt committed Sep 20, 2013
1 parent 8e01b22 commit ba528ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
fixtures:
repositories:
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
"stdlib":
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
ref: "3.0.0"

symlinks:
"udev": "#{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-udev'
source 'https://github.com/jhoblitt/puppet-udev.git'
summary 'Manages the udev package and device rules'
description 'Manages the udev package and device rules'
dependency 'puppetlabs/stdlib', '>= 4.1.0'
dependency 'puppetlabs/stdlib', '>= 3.0.0'

0 comments on commit ba528ec

Please sign in to comment.