diff --git a/Puppetfile.lock b/Puppetfile.lock index 314a699..d3d31b9 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -2,14 +2,14 @@ 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,6 +1,6 @@ { "name": "deric-zookeeper", - "version": "1.2.0", + "version": "1.2.1", "author": "deric", "summary": "Module for managing Apache Zookeeper", "license": "Apache-2.0",