Skip to content

Commit

Permalink
Fixes #37854 - customization of foreman-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard committed Sep 23, 2024
1 parent 2d4f34a commit 40131b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions script/foreman-debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ $0 - configuration and log data collector
USAGE: $0 [options]
Collects configuration and log data for Foreman, Smart Proxies, backend
Collects configuration and log data for $FOREMAN_NAME, $SMART_PROXIES_NAME, backend
services and system information while removing security information like
passwords, tokens and keys.
This program can be used on Foreman instances, Smart Proxy instances or
This program can be used on $FOREMAN_NAME instances, $SMART_PROXY_NAME instances or
backend services separately.
OPTIONS:
Expand Down Expand Up @@ -129,6 +129,9 @@ add_files() {
}

# default values
FOREMAN_NAME="Foreman"
SMART_PROXY_NAME="Smart Proxy"
SMART_PROXIES_NAME="Smart Proxies"
DIR=""
NOGENERIC=0
NOTAR=0
Expand Down

0 comments on commit 40131b3

Please sign in to comment.