Bug 1945321
Summary: | foreman-rake katello:correct_puppet_environments fails when trying to make changes | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Joniel Pasqualetto <jpasqual> |
Component: | Tasks Plugin | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED DUPLICATE | QA Contact: | Peter Ondrejka <pondrejk> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.8.0 | CC: | aruzicka, wpinheir |
Target Milestone: | Unspecified | ||
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-04-05 13:32:09 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Joniel Pasqualetto
2021-03-31 16:37:31 UTC
Workaround: Edit the file /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.16.0.18/lib/katello/tasks/repository.rake and look to line 71. Its content should be like below: ~~~ task :correct_puppet_environments => ["environment", "check_ping"] do ~~~ Change it to: ~~~ task :correct_puppet_environments => ["environment", "disable_dynflow", "check_ping"] do ~~~ *** This bug has been marked as a duplicate of bug 1908101 *** |