idh setup changes

This commit is contained in:
m0duspwnens
2023-03-24 16:16:22 -04:00
parent 627b243cac
commit 1a6d887b5f
3 changed files with 3 additions and 15 deletions

View File

@@ -1311,18 +1311,6 @@ import_registry_docker() {
idh_pillar() {
touch $adv_idh_pillar_file
title "Create the IDH Pillar"
printf '%s\n'\
"idh:"\
" listen_on_mgnt_int: True"\
" services:"\
" - HTTP"\
" - FTP"\
" - MYSQL"\
" - MSSQL"\
" - VNC"\
" - SSH" > "$idh_pillar_file"
}
logstash_pillar() {