Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add official Ubuntu 16.04 support #229

Merged
merged 9 commits into from
Nov 26, 2017
Merged

Conversation

KoenDierckx
Copy link

Update params to use systemd on ubuntu >= 15.04.
Also updated line ends from crlf to lf for templates, as these gave issues with shell scripts

$service_file_template = 'jira/jira.initscript.erb'
$service_lockfile = '/var/lock/jira'
$service_provider = 'debian'
if versioncmp($::operatingsystemmajrelease, '15.04') >= 0 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you migrate this to the new facts hash?

@bastelfreak bastelfreak added the enhancement New feature or request label Nov 21, 2017
@bastelfreak
Copy link
Member

Hi @KoenDierckx, thanks for the PR. Can you add ubuntu16.04 to the metadata.json file?

@bastelfreak bastelfreak added the needs-work not ready to merge just yet label Nov 21, 2017
@bastelfreak
Copy link
Member

Thanks for all the work!

@bastelfreak bastelfreak merged commit a44ac70 into voxpupuli:master Nov 26, 2017
@bastelfreak bastelfreak changed the title Use systemd on Ubuntu 16.04 Add official Ubuntu 16.04 support Nov 26, 2017
@bastelfreak bastelfreak removed the needs-work not ready to merge just yet label Nov 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants