Actions
Bug #31986
closedUpdate puppet port param without override
Difficulty:
Triaged:
No
Bugzilla link:
Description
Steps to reproduce:
1) import puppet_foreman_scap_client
2) do not set up any policies or make sure port param has override: false
3) run migration that changes port param type from string to integer
4) observe migration failure
Apparently, there are cases where people either import the scap client puppet class without actually setting up any policies or they have a misconfiguration. In those cases, the migration (and upgrades) fail to finish successfully.
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_openscap/pull/468 added
Updated by Ondřej Pražák about 4 years ago
- Related to Bug #31423: puppet run fails with error parameter 'port' expects a Stdlib::Port = Integer[0, 65535] value, got String added
Updated by The Foreman Bot almost 4 years ago
- Fixed in Releases foreman_openscap 4.2.0 added
Updated by Ondřej Pražák almost 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_openscap|8664f0f87f0f1c29c64e79fc1e31aa19eadf3135.
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/theforeman/foreman_openscap/pull/469 added
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/theforeman/foreman_openscap/pull/470 added
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/theforeman/foreman_openscap/pull/471 added
Actions