Actions
Bug #24719
closedOverrides for policies, port and host params are not created
Difficulty:
Triaged:
No
Bugzilla link:
Description
Description of problem:
Overrides for foreman_scap_client puppet class are no longer correctly set. This results in puppet complaining when puppet run is executed on hosts
- puppet agent -t
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Retrieving locales
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Class[Foreman_scap_client]:
expects a value for parameter 'server'
expects a value for parameter 'port' on node essie-briston.<domain>
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Version-Release number of selected component (if applicable):
How reproducible:
always
Steps to Reproduce:
1. import foreman_scap_client puppet class
2. go to Configure -> Classes -> foreman_scap_client -> Smart Class Parameter tab
3. notice policies, port and host do not have the 'Override' checkbox checked
Actions