Hide Forgot
Description of problem: The access_insights_client puppet class misspells the obfuscate and obfuscate_hostname parameters: /usr/share/puppet/modules/access_insights_client/manifests/init.pp: class access_insights_client( $log_level = undef, $auto_config = 'True', $authmethod = undef, $username = undef, $password = undef, $base_url = undef, $proxy = undef, $cert_verify = undef, $gpg = undef, $auto_update = undef, $obsfucate = undef, $obsfucate_hostname = undef, $upload_schedule = undef, ){ Compare to the template where they are actually used to populate redhat-access-insights.conf: /usr/share/puppet/modules/access_insights_client/templates/redhat-access-insights.conf.erb: <%- if @obfuscate -%> obfuscate=<%= @obfuscate %> <%- end -%> <%- if @obfuscate_hostname -%> obfuscate_hostname=<%= @obfuscate_hostname %> <%- end -%> Version-Release number of selected component (if applicable): tfm-rubygem-foreman-redhat_access-1.0.13-1.el7sat.noarch How reproducible: Steps to Reproduce: 1.) 2. 3. Actual results: Expected results: Additional info:
Fixed in 6.3 build
Verified. Version Tested: Satellite-6.3 Snap 9 [root@sat63-qa-rhel7 log]# cat /usr/share/puppet/modules/access_insights_client/manifests/init.pp | grep obsfucate [root@sat63-qa-rhel7 log]# Visual inspection shows that the typo has been fixed. tfm-rubygem-redhat_access_lib-1.0.7-1.el7sat.noarch redhat-access-insights-puppet-0.0.9-1.el7sat.noarch tfm-rubygem-foreman-redhat_access-2.0.3-1.el7sat.noarch satellite-6.3.0-16.0.beta.el7sat.noarch satellite-cli-6.3.0-16.0.beta.el7sat.noarch tfm-rubygem-foreman_theme_satellite-1.0.4-1.el7sat.noarch satellite-installer-6.3.0.2-1.beta.el7sat.noarch