-
Notifications
You must be signed in to change notification settings - Fork 15
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
base: master
Are you sure you want to change the base?
Conversation
@@ -21,4 +23,27 @@ | |||
fail("${::operatingsystem} not supported") | |||
} | |||
} | |||
|
|||
case $::operatingsystemmajrelease { | |||
7, 8: { |
There was a problem hiding this comment.
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.
Any update on this? I would like to get this merged. I would be happy to help in anyway. |
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 |
Hey @ajcrowe I should be able to get to this and help merge it this week if you got time. |
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.