Skip to content

Commit

Permalink
update fixtures stdlib to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jan 25, 2015
1 parent 1260914 commit 6090f31
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
fixtures:
repositories:
"stdlib":
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
ref: "3.0.0"
"wget":
repo: "git://github.com/maestrodev/puppet-wget.git"
ref: "v1.2.2"
"logrotate":
repo: "git://github.com/rodjek/puppet-logrotate.git"
ref: "1.1.1"
stdlib:
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
ref: '4.2.0'
wget:
repo: 'git://github.com/maestrodev/puppet-wget.git'
ref: 'v1.2.2'
logrotate:
repo: 'git://github.com/rodjek/puppet-logrotate.git'
ref: '1.1.1'
symlinks:
"selenium": "#{source_dir}"
selenium: "#{source_dir}"

0 comments on commit 6090f31

Please sign in to comment.