Project

General

Profile

« Previous | Next » 

Revision 8440fc57

Added by Pavel Moravec over 8 years ago

fixes #11149 - foreman-debug to collect two httpd katello.conf files

in particular:

/etc/httpd/conf.d/05-foreman-ssl.d/katello.conf
/etc/httpd/conf.d/05-foreman.d/katello.conf

Signed-off-by: Pavel Moravec <>
(cherry picked from commit 56f7e20e9ba8fb029a5462f802e0d981264ba6d0)

View differences:

script/foreman-debug
add_files /var/lib/puppet/ssl/certs/$(hostname -f).pem /var/lib/puppet/ssl/certs/ca.pem
add_files /etc/{httpd,apache2}/conf/*
add_files /etc/{httpd,apache2}/conf.d/*
add_files /etc/{httpd,apache2}/conf.d/*/*
add_files /var/log/{httpd,apache2}/*error_log*
add_files /var/log/{httpd,apache2}/foreman-ssl_access_ssl.log*
add_cmd "echo \"select id,name,value from settings where name not similar to '%(pass|key|secret)'\" | su postgres -c 'psql foreman'" "foreman_settings_table"

Also available in: Unified diff