diff --git a/Puppetfile.lock b/Puppetfile.lock index 314a699..d3d31b9 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -1,15 +1,15 @@ FORGE remote: https://forgeapi.puppetlabs.com specs: puppet-archive (4.4.0) - puppetlabs-stdlib (< 7.0.0, >= 4.18.0) + puppetlabs-stdlib (>= 4.18.0, < 7.0.0) puppet-cron (2.0.0) puppetlabs-stdlib (6.2.0) puppetlabs-yumrepo_core (1.0.6) DEPENDENCIES - puppet-archive (< 6.0.0, >= 0.4.4) - puppet-cron (< 3.0.0, >= 1.3.1) - puppetlabs-stdlib (< 8.0.0, >= 2.3.3) - puppetlabs-yumrepo_core (< 2.0.0, >= 1.0.3) + puppet-archive (>= 0.4.4, < 7.0.0) + puppet-cron (>= 1.3.1, < 3.0.0) + puppetlabs-stdlib (>= 2.3.3, < 9.0.0) + puppetlabs-yumrepo_core (>= 1.0.3, < 2.0.0) diff --git a/metadata.json b/metadata.json index a623c0e..0697346 100644 --- a/metadata.json +++ b/metadata.json @@ -1,78 +1,78 @@ { "name": "deric-zookeeper", - "version": "1.2.0", + "version": "1.2.1", "author": "deric", "summary": "Module for managing Apache Zookeeper", "license": "Apache-2.0", "source": "https://github.com/deric/puppet-zookeeper", "project_page": "https://github.com/deric/puppet-zookeeper", "issues_url": "https://github.com/deric/puppet-zookeeper/issues", "dependencies": [ { "name": "puppet/archive", "version_requirement": ">= 0.4.4 < 7.0.0" }, { "name": "puppet/cron", "version_requirement": ">= 1.3.1 < 3.0.0" }, { "name": "puppetlabs/stdlib", "version_requirement": ">= 2.3.3 < 9.0.0" }, { "name": "puppetlabs/yumrepo_core", "version_requirement": ">= 1.0.3 < 2.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7", "8" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ "8", "9", "10", "11" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "16.04", "18.04", "20.04" ] }, { "operatingsystem": "SLES", "operatingsystemrelease": [ "12" ] } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 6.1.0 < 8.0.0" } ], "description": "ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.", "pdk-version": "2.2.0", "template-url": "https://github.com/puppetlabs/pdk-templates#2.2.0", "template-ref": "tags/2.2.0-0-g2381db6" }