-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Service start is broken on Debian > 8.0 #232
Comments
Can you make a PR to make it work on the platform you use? |
Hey, this not the PR #125 ? |
👍 |
I've merge #125. Please try master. |
with your last commit, puppet is able to start consul 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
On Debian 8.2, (and 8.x globally), catalogue compilation is broken with this message:
Puppet try to launch the service with
init
becauseprovider
is not set on service declarationThis is a bug with the puppet provider, for more informations, see this bug
2 workarounds are possible:
Add a switchcase on service declaration and set
provider
if necessary.For informations:
puppet-client version:
3.8.6-1puppetlabs1
puppetmaster version:
3.8.6-1puppetlabs1
debian version:
8.2
The text was updated successfully, but these errors were encountered: