Installing Foreman OpenSCAP
Depending of the version of foreman you need to install the correct plugin in this case we are going to use the latest version 0.6 that is going to match with foreman 1.13
https://www.theforeman.org/plugins/foreman_openscap/0.6/index.html
Follow the instruction in the webpage and just make sure the following directories are create in the proxy server to works as expected
if not you can create manually
https://www.theforeman.org/plugins/foreman_openscap/0.6/index.html
Follow the instruction in the webpage and just make sure the following directories are create in the proxy server to works as expected
/var/lib/openscap/content
if not you can create manually
mkdir -p /var/lib/openscap/content chown -R foreman-proxy /var/lib/openscap/content
This bug already reported
http://projects.theforeman.org/issues/17830
After that the openscap can download the policy from the proxy without issues.
Comments
Post a Comment