Posts

Showing posts from December, 2016

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 /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.

Accepting License of Splunk without ask for yes

Just need to run with the following command service splunk stop yum update splunk su splunk -c "/opt/splunkforwarder/bin/splunk start --accept-license --answer-yes --no-prompt" service splunk start