puppet-redis
puppet-redis copied to clipboard
Sensitive Data
To not reveal sensitive Data
- either wrap the rendered Template in
manifests/sentinel.pp
, likefile { $config_file_orig: ensure => file, owner => $service_user, group => $service_group, mode => $config_file_mode, content => Sensitive(template($conf_template)), }
- or use EPP instead of ERB, as EPP does handle sensitive Data natively