X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fconcat%2Fmetadata.json;h=a143f2b981fc8deaa04e09bcfcecbd5cd1420b97;hb=a526f7e1c2d30c1cd7e075a23808d9003ac38089;hp=92fb8a182cd8262c09431ce8a8fe8fabbcda4635;hpb=23d29143ac40015ce61cf83a4067466f8f7d66dc;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/concat/metadata.json b/3rdparty/modules/concat/metadata.json index 92fb8a182..a143f2b98 100644 --- a/3rdparty/modules/concat/metadata.json +++ b/3rdparty/modules/concat/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-concat", - "version": "2.0.0", + "version": "4.0.1", "author": "Puppet Labs", "summary": "Construct files from multiple fragments.", "license": "Apache-2.0", @@ -8,8 +8,9 @@ "project_page": "https://github.com/puppetlabs/puppetlabs-concat", "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", "dependencies": [ - {"name":"puppetlabs/stdlib","version_requirement":">= 4.5.0 < 5.0.0"} + {"name":"puppetlabs/stdlib","version_requirement":">= 4.13.1 < 5.0.0"} ], + "data_provider": null, "operatingsystem_support": [ { "operatingsystem": "RedHat", @@ -55,7 +56,8 @@ "operatingsystem": "Debian", "operatingsystemrelease": [ "6", - "7" + "7", + "8" ] }, { @@ -63,7 +65,8 @@ "operatingsystemrelease": [ "10.04", "12.04", - "14.04" + "14.04", + "16.04" ] }, { @@ -98,13 +101,9 @@ } ], "requirements": [ - { - "name": "pe", - "version_requirement": ">= 3.7.0 < 4.0.0" - }, { "name": "puppet", - "version_requirement": "3.x" + "version_requirement": ">= 4.7.0 < 5.0.0" } ] }