From e8ce812e3e62accdf064f9d7f9e3d0aaf1767dc5 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sun, 3 May 2015 21:29:03 -0700 Subject: [PATCH] Pull down the latest version of stdlib when we're testing --- .fixtures.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.fixtures.yml b/.fixtures.yml index 7f212adbc..6c33373dc 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -3,7 +3,9 @@ fixtures: apt: repo: "git://github.com/puppetlabs/puppetlabs-apt" ref: "1.8.0" - stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib" + stdlib: + repo: "git://github.com/puppetlabs/puppetlabs-stdlib" + ref: "4.6.0" java: "git://github.com/puppetlabs/puppetlabs-java" zypprepo: "git://github.com/deadpoint/puppet-zypprepo.git" staging: "https://github.com/nanliu/puppet-staging"