-
Notifications
You must be signed in to change notification settings - Fork 183
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
Use Puppet-Datatype Sensitive for $masterauth and $auth_pass #403
Use Puppet-Datatype Sensitive for $masterauth and $auth_pass #403
Conversation
Looks like there's a merge conflict now. Would you mind rebasing? |
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also set show_diff
on the file resource if the value was passed in as Sensitive
? I think something like this should work:
file { '...':
show_diff => $var !~ Sensitive,
}
With EPP instead of ERB the |
Needs a rebase now that that PR is merged. |
Done. |
Thanks! |
…ensitive Use Puppet-Datatype Sensitive for $masterauth and $auth_pass
Pull Request (PR) description
This Pull Request (PR) fixes the following issues