From dc8da63ffd4ed164d7a684c9dcdd111431af65c5 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 22 Sep 2014 15:32:34 -0700 Subject: [PATCH] Update stdlib dependency to 4.x puppetlabs/stdlib 4.x is backwards compatible with 3.x and still tested on Puppet 2.7. Updating stdlib to 4.x allows modules to use newer functions without breaking older functionality. Change-Id: Iaaac5678cdd00db3a03eb1f715e6cd91a25cefc8 --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index 7c73b3ec..e022bc68 100644 --- a/Modulefile +++ b/Modulefile @@ -8,4 +8,4 @@ description 'Puppet module library to expose common functionality between OpenSt project_page 'https://launchpad.net/puppet-openstacklib' dependency 'puppetlabs/mysql', '>=2.2.0 <3.0.0' -dependency 'puppetlabs/stdlib', '>=3.2.0' +dependency 'puppetlabs/stdlib', '>=4.0.0 <5.0.0'