Skip to content

Commit

Permalink
reduce stdlib requirement to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Sep 21, 2013
1 parent 9968ba4 commit ccb590c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,6 +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"
"shell_config": "http://tig.csail.mit.edu/git-public/shell_config.git/"
symlinks:
"smartd": "#{source_dir}"
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ source 'https://github.com/jhoblitt/puppet-smartd'
summary 'Manages the smartmontools package including the smartd daemon'
description 'Manages the smartmontools package including the smartd daemon'
dependency 'csail/shell_config', '>= 0.0.1'
dependency 'puppetlabs/stdlib', '>= 4.1.0'
dependency 'puppetlabs/stdlib', '>= 3.0.0'

0 comments on commit ccb590c

Please sign in to comment.