Skip to content

Commit

Permalink
removed unused config keys (#6781)
Browse files Browse the repository at this point in the history
Signed-off-by: ArvinthC3000 <[email protected]>
  • Loading branch information
ArvinthC3000 authored Mar 9, 2022
1 parent 46fbfad commit 91959d9
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions components/automate-cli/cmd/chef-automate/initConfigHaTmpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 91959d9

Please sign in to comment.