-
Notifications
You must be signed in to change notification settings - Fork 459
Parameter command failed on Exec[/usr/bin/systemctl daemon-reload] #1097
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
Comments
Prior to this commit, due to a mistake, there was a reversion to the previously implemented bump to minimum required puppet version, which was part of the CVE update. This commit aims to address issue 1097 in Github which brings to light the need for this puppet bump to be restored to 6.24
Prior to this commit, due to a mistake, there was a reversion to the previously implemented bump to minimum required puppet version, which was part of the CVE update. This commit aims to address issue 1097 in Github which brings to light the need for this puppet bump to be restored to 6.24
I am getting a PR prepared which addresses this issue. The exec in question hasn't been required since at least Puppet 6.11.1 (see PUP-10149), so there is no reason it should have been changed instead of simply removed when the format was converted from command-as-string to command-as-array. My environment is (for another few weeks) running Puppet 6.19 on CentOS 7, and this is literally the only thing that was broken for me on pre-6.24 Puppet. |
Describe the Bug
Just upgraded to 4.0.0 and noticed this error:
Parameter command failed on Exec[/usr/bin/systemctl daemon-reload]
Seems to be introduced by this commit: dd2cc1e
I am running Puppet 6 and that doesn't support an array as command.
Environment
The text was updated successfully, but these errors were encountered: