From 41605dd735638d6e479b786c6b681854e59af02a Mon Sep 17 00:00:00 2001 From: Jarek Grzabel Date: Tue, 23 Apr 2019 19:42:35 +0100 Subject: [PATCH] removing hard dependency for camptocamp/systemd module and updating the documentation and metadata file --- README.md | 8 ++------ metadata.json | 6 +----- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 88f97589..3cf95feb 100644 --- a/README.md +++ b/README.md @@ -144,13 +144,9 @@ versions, which this module supports. It's recommended that you set the you have installed. By default the module will configure for the latest version available. -# Dependencies +# Soft Dependencies -This module require following modules to operate correctly: -* puppetlabs/concat -* puppetlabs/stdlib -* puppet/extlib -* camptocamp/systemd +If you use OS which runs on systemd you may consider to download `camptocamp/systemd` module too for compatibility. # Contributing diff --git a/metadata.json b/metadata.json index bdc06a5a..03ed04fe 100644 --- a/metadata.json +++ b/metadata.json @@ -26,10 +26,6 @@ { "name": "puppet/extlib", "version_requirement": ">= 3.0.0 < 4.0.0" - }, - { - "name": "camptocamp/systemd", - "version_requirement": ">= 2.0.0 < 2.4.0" } ], "requirements": [ @@ -113,4 +109,4 @@ ] } ] -} +} \ No newline at end of file