Actions
Bug #14520
closedInstaller create upstream openscap repo file by default
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1324766
Description of problem:
When I run
foreman-installer --enable-foreman-plugin-openscap
it automatically adds upstream isimluk-openscap repo.
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
1. foreman-installer --enable-foreman-plugin-openscap
2. ls /etc/yum.repos.d/isimluk-openscap.repo
Actual results:
File is present
Expected results:
File is not present
Additional info:
Easy workaround is to call
foreman-installer --enable-foreman-plugin-openscap --foreman-plugin-openscap-configure-openscap-repo false
Actions