-
Notifications
You must be signed in to change notification settings - Fork 76
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
module v4.0.0 fails on camptocamp systemd #217
Comments
I am experiencing the same issue. camptocamp systemd has been deprecated, so I am using puppet-systemd, which fails as mentioned above. |
Actually I was about to see if there is a pull request to fix this. Will see about creating myself.. |
Seems change was made in master, but new forge module version not cut. So pulling in confluence module via repo, should also resolve. |
Ran into this same issue after updating my systemd module - the change in github resolved the issue for me. |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
mod 'puppet-confluence', '4.0.0'
What are you seeing
Fails on camptocamp daemon_reload
Could not find class ::systemd::systemctl::daemon_reload
What behaviour did you expect instead
Reflect changes from master branch to exclude class ::systemd::systemctl::daemon_reload
Any additional information you'd like to impart
When can we expect new tag version that drops camptocamp systemd.
The text was updated successfully, but these errors were encountered: