Closed vanElden closed 4 years ago
@vanElden Thank you very much for your contribution, but you should not use a selector inside the file resource. Please implement a new parameter like service_file_mode
at manifests/params.pp
. You could also use this chance to fix then indentation to improve the readability.
Pull Request (PR) description
On systems with systemd the following warning is logged at every start of JIRA: "Configuration file /lib/systemd/system/jira.service is marked executable. Please remove executable permission bits. Proceeding anyway.". This is addressed in this PR.
This Pull Request (PR) fixes the following issues
Fixes #289