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
Updated by Ondřej Pražák over 6 years ago
- Related to Bug #24355: All parameters for class overridden by default added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Pražák
- Pull request https://github.com/theforeman/foreman_openscap/pull/353 added
Updated by Ondřej Pražák over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_openscap|ebbf25286e80d75e6dc7fa3616dfbad170adc7f1.
Updated by Marek Hulán over 6 years ago
- Subject changed from Overrides for policies, port and host params are not created to Overrides for policies, port and host params are not created
- Fixed in Releases foreman_openscap 0.10.3 added
Actions