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

webhook service automatic restart causes puppet to fail to recognize running service #507

Open
tuxmea opened this issue Jan 30, 2020 · 0 comments

Comments

@tuxmea
Copy link
Member

tuxmea commented Jan 30, 2020

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 5.5
  • Ruby: 2.4.4p296
  • Distribution: SLES 12.3
  • Module version: 8.0.0

How to reproduce (e.g Puppet code you use)

systemctl stop webhook.service

wait a couple of minutes. SystemD will restart webhook service.

systemctl status webhook.service
Active: inactive (dead)

Prozessliste:

ps awxf | grep webhook
28860 pts/0    S+     0:00  |       \_ grep --color=auto webhook
27952 ?        Sl     0:00 /opt/puppetlabs/puppet/bin/ruby /usr/local/bin/webhook restart

What are you seeing

webhook service gets restarted.
systemctl does not recognize that service is running properly

What behaviour did you expect instead

systemctl should recognize running service.

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

No branches or pull requests

1 participant