From 91959d92956a3213b992c36433f3dbc360fd75db Mon Sep 17 00:00:00 2001 From: Arvinth C <54614142+ArvinthC3000@users.noreply.github.com> Date: Wed, 9 Mar 2022 22:46:33 +0530 Subject: [PATCH] removed unused config keys (#6781) Signed-off-by: ArvinthC3000 --- .../cmd/chef-automate/initConfigHaTmpl.go | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/components/automate-cli/cmd/chef-automate/initConfigHaTmpl.go b/components/automate-cli/cmd/chef-automate/initConfigHaTmpl.go index aaf07730b95..0ded61b78b1 100644 --- a/components/automate-cli/cmd/chef-automate/initConfigHaTmpl.go +++ b/components/automate-cli/cmd/chef-automate/initConfigHaTmpl.go @@ -15,13 +15,8 @@ ssh_user = "centos" # private ssh key file path to access instances ssh_key_file = "~/.ssh/A2HA.pem" # sudo_password = "" -# logging_monitoring_management = "" -# new_elk = "" -# existing_elk_instance_ip "" -# existing_elk_port "" -# existing_elk_cert "" -# existing_elk_username "" -# existing_elk_password "" + +# DON'T MODIFY THE BELOW LINE (backup_mount) backup_mount = "/mnt/automate_backups" [automate.config] @@ -105,13 +100,8 @@ ssh_user = "centos" # private ssh key file path to access instances ssh_key_file = "~/.ssh/A2HA.pem" sudo_password = "" -# logging_monitoring_management = "{{ .LoggingMonitoringManagement }}" -# new_elk = "{{ .NewElk }}" -# existing_elk_instance_ip "{{ .ExistingElk }}" -# existing_elk_port "{{ .ExistingElkPort }}" -# existing_elk_cert "{{ .ExistingElkCert }}" -# existing_elk_username "{{ .ExistingElkUsername }}" -# existing_elk_password "{{ .ExistingElkPassword }}" + +# DON'T MODIFY THE BELOW LINE (backup_mount) backup_mount = "/mnt/automate_backups" [automate.config]