Skip to content
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

Add support for sensitive config #848

Open
teluq-pbrideau opened this issue Sep 27, 2022 · 0 comments
Open

Add support for sensitive config #848

teluq-pbrideau opened this issue Sep 27, 2022 · 0 comments

Comments

@teluq-pbrideau
Copy link
Contributor

I use a proxy with a password in my puppet.conf, and would like it not to be displayed in the logs when the config is pushed. It would be nice for this class to support the Sensitive type.

$secret = Sensitive('mysecretpassword')
class { 'puppet':
  agent_additional_settings => {
    'http_proxy_user      => 'proxyuser',
    'http_proxy_password' => $secret,
  }
}

I’ve opened an issue on the concat module that need a change before it could be addressed on this module: puppetlabs/puppetlabs-concat#742

For now, I’ve disabled the diff completely with a default value for concat module

Concat {
  show_diff => false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant