Skip to content

Commit

Permalink
removing hard dependency for camptocamp/systemd module
Browse files Browse the repository at this point in the history
and updating the documentation and metadata file
  • Loading branch information
Jarek Grzabel committed Apr 23, 2019
1 parent b4e9c79 commit 41605dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 1 addition & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -113,4 +109,4 @@
]
}
]
}
}

0 comments on commit 41605dd

Please sign in to comment.