Remove ip
Description
This update removes the ssh server configuration. This depends on the deprecated ip module and is not widely used. Additionally, the base configuration is quite outdated and probably no longer secure.
note: to add a changelog entry and bump the version number:
inmanta module release --dev [--major|--minor|--patch] [--changelog-message "<your_changelog_message>"]
Merge procedure
- merge using the merge button
- tag and bump
git checkout master
git pull
inmanta module release
git push
git push {tag} # push the tag as well
- Remove the branch
Self Check:
Strike through any lines that are not applicable (~~line~~
) then check the box
-
Attached issue to pull request -
Changelog entry -
Version number is bumped to dev version -
Code is clear and sufficiently documented -
Sufficient test cases (reproduces the bug/tests the requested feature) -
Correct, in line with design -
End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )