Skip to content

Commit

Permalink
set 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 0e49b51 commit e073c40
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,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:
"ganglia": "#{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-ganglia'
source 'https://github.com/jhoblitt/puppet-ganglia.git'
summary 'install and configure the ganglia gmond & gmetad daemons + web front end'
description 'install and configure the ganglia gmond & gmetad daemons + web front end'
dependency 'puppetlabs/stdlib', '>= 1.0.0'
dependency 'puppetlabs/stdlib', '>= 3.0.0'

0 comments on commit e073c40

Please sign in to comment.