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
pam{'Add pam_xdg_runtime_dir': ensure => $_state_ensure, service => 'sshd', type => 'session', control => 'optional', module => 'pam_xdg_runtime_dir.so', position => 'before *[type="session" and module="pam_krb5_cc_move.so"]', arguments =>['debug'], require => Pam['Add pam_krb5_cc_move'], }
This correctly adds
session optional pam_xdg_runtime_dir.so debug
After re-running puppet with arguments as [] or undef the existing arguments are not removed.
arguments
[]
undef
Seems to be not possible to delete all existing arguments.
That [] or undef would delete all of the arguments.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
This correctly adds
After re-running puppet with
arguments
as[]
orundef
the existing arguments are not removed.What are you seeing
Seems to be not possible to delete all existing arguments.
What behaviour did you expect instead
That
[]
orundef
would delete all of the arguments.The text was updated successfully, but these errors were encountered: