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 services for ubuntu, debian, redhat and systemd #10

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

cwood
Copy link

@cwood cwood commented Jan 8, 2016

I took the work done by the pr #7 and moved it into here and also added systemd scripts and added more tests. Do you know how to run the acceptance tests? It seems ot be missing the version of puppet to run.

@@ -21,4 +23,27 @@
fail("${::operatingsystem} not supported")
}
}

case $::operatingsystemmajrelease {
7, 8: {
Copy link
Author

Choose a reason for hiding this comment

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

Im not sure what version of ubuntu moved to systemd but that should be here too. This shoulld work for rhel/centos7 and debian 7 and 8.

@cwood
Copy link
Author

cwood commented Jan 25, 2016

Any update on this? I would like to get this merged. I would be happy to help in anyway.

@ajcrowe
Copy link
Owner

ajcrowe commented Feb 12, 2016

Hi @cwood sorry for the delay in getting back.

Broadly looks good, I think the casing around the OS selections need a bit more work to ensure it's using the right scripts for the right OSs.

Ubuntu changed to systemd in 15.04

@cwood
Copy link
Author

cwood commented Jul 12, 2016

Hey @ajcrowe I should be able to get to this and help merge it this week if you got time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants