From 6090f31cf46a434b68758f78dcfc61b12d1b6e32 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Sun, 25 Jan 2015 16:31:33 -0700 Subject: [PATCH] update fixtures stdlib to 4.2.0 --- .fixtures.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 5ea5ca0..10f4251 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -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}"