From 355e766457c8546f234758c0fa55e3f2c8f32b03 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Wed, 22 Apr 2015 15:34:53 +0200 Subject: init: Turn size into a single value. The `size` hash could only ever have the `max` key so it makes more sense to have this as a plain value. This also upgrades the dependency on stdlib to 4.6.0 since we're using the new `validate_integer` function. --- .fixtures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.fixtures.yml') diff --git a/.fixtures.yml b/.fixtures.yml index 89a888a..5326b19 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -2,7 +2,7 @@ fixtures: forge_modules: stdlib: repo: "puppetlabs-stdlib" - ref: "4.5.1" + ref: "4.6.0" repositories: apt: repo: "https://github.com/puppetlabs/puppetlabs-apt.git" -- cgit v1.2.3