From 07156c95b8a06fe3289bed8ebaa7f0f96cc6c7fa Mon Sep 17 00:00:00 2001 From: Maggie Dreyer Date: Tue, 11 Oct 2016 10:36:43 -0700 Subject: [PATCH] (MODULES-3962) Pin stdlib module to 4.12 The 4.13 release of the puppetlabs-stdlib module deprecates many functions, breaking all of the tests in the puppet_agent module. Until we can update the tests to handle the deprecations, we need to stay on 4.12 for testing. --- .fixtures.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.fixtures.yml b/.fixtures.yml index 6861377ac..f20844724 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,6 +1,8 @@ fixtures: forge_modules: - stdlib: "puppetlabs/stdlib" + stdlib: + repo: "puppetlabs/stdlib" + ref: "4.12.0" transition: "puppetlabs/transition" inifile: "puppetlabs/inifile" apt: "puppetlabs/apt"