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