From 0a968ad470787a8408b7b49a8bc73e8da873f137 Mon Sep 17 00:00:00 2001 From: Jarret Lavallee Date: Wed, 11 Nov 2020 11:21:53 -0700 Subject: [PATCH] (sup-2095) Remove cron_core from dependencies Prior to this commit, puppetlabs-cron_core was a dependency of this module. Since cron_core is for Puppet 6+ and this module supports 5.5.x, the cron_core module as a dependency is removed in this commit. The cron_core module is provided in core puppet in 5.5.x and in the puppet-agent package for 6.x, so there should not be a requirement to install cron_core. --- metadata.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/metadata.json b/metadata.json index 02ed21c..3db3b03 100644 --- a/metadata.json +++ b/metadata.json @@ -15,10 +15,6 @@ { "name": "puppetlabs-stdlib", "version_requirement": ">= 4.0.0 < 7.0.0" - }, - { - "name": "puppetlabs-cron_core", - "version_requirement": ">= 1.0.0 < 2.0.0" } ], "operatingsystem_support": [