We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
exec
manifests/base/service.pp
Exec should be command => '/usr/bin/systemctl unmask rpc-gssd.service',
command => '/usr/bin/systemctl unmask rpc-gssd.service',
This causes puppet to run loop in specific configuration.
The text was updated successfully, but these errors were encountered:
Fix unmask_rpc-gssd.service exec resource
e7d87da
Fixes simp#109
@ianc769 Thanks for the heads-up!
Is there any chance you could review or test #110?
Sorry, something went wrong.
11f90bf
Successfully merging a pull request may close this issue.
manifests/base/service.pp
Exec should be
command => '/usr/bin/systemctl unmask rpc-gssd.service',
This causes puppet to run loop in specific configuration.
The text was updated successfully, but these errors were encountered: