From b00853582b748ff37c7862b7afa2598adb6db67b Mon Sep 17 00:00:00 2001 From: cfountain Date: Thu, 25 Mar 2021 10:42:17 +0000 Subject: [PATCH 1/2] Updated to support Debian 9 + 10 --- metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.json b/metadata.json index f6b172e..761148d 100644 --- a/metadata.json +++ b/metadata.json @@ -23,11 +23,11 @@ }, { "operatingsystem": "Debian", - "operatingsystemrelease": [ "6", "7", "8" ] + "operatingsystemrelease": [ "6", "7", "8", "9", "10" ] } ], "dependencies": [ - { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.4.0 <5.0.0" }, - { "name": "puppetlabs/concat", "version_requirement": ">= 1.0.0 <5.0.0" } + { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.4.0 <7.0.0" }, + { "name": "puppetlabs/concat", "version_requirement": ">= 1.0.0 <7.0.0" } ] } From a2886ca616510e8160e0e3d9605240cdae6c6065 Mon Sep 17 00:00:00 2001 From: cfountain Date: Thu, 25 Mar 2021 13:18:08 +0000 Subject: [PATCH 2/2] Updated Fixtures --- .fixtures.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 8e8e32d..81f54d7 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -2,9 +2,9 @@ fixtures: repositories: 'stdlib': repo: 'git://github.com/puppetlabs/puppetlabs-stdlib' - ref: '4.9.0' + ref: '6.5.0' 'concat': repo: 'git://github.com/puppetlabs/puppetlabs-concat' - ref: '1.2.4' + ref: '6.2.0' symlinks: supervisord: "#{source_dir}"