You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2020. It is now read-only.
We are trying to upgrade crowd version using the puppet module. When puppet run, it makes changes to /usr/lib/systemd/system/crowd.service file and restart crowd service as expected. However, it is still pointing at the previous version with this warning:
Warning: crowd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
I have run the above command manually and restart crowd, it seems to be picking up the newer version. It would be great that puppet will handle the deamon-reload command during the upgrade.
Hi,
We are trying to upgrade crowd version using the puppet module. When puppet run, it makes changes to /usr/lib/systemd/system/crowd.service file and restart crowd service as expected. However, it is still pointing at the previous version with this warning:
Warning: crowd.service changed on disk. Run 'systemctl daemon-reload' to reload units.I have run the above command manually and restart crowd, it seems to be picking up the newer version. It would be great that puppet will handle the deamon-reload command during the upgrade.