mirror of https://github.com/Icinga/icinga2.git
Remove prompt to create a TicketSalt from the wizard
fixes #8766 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
ea7d1ee77d
commit
113a90dd7f
|
@ -104,7 +104,6 @@ Make sure to answer the first question with `n` (no).
|
|||
information/cli: Created backup file '/etc/icinga2/constants.conf.orig'.
|
||||
information/cli: Updating constants file '/etc/icinga2/constants.conf'.
|
||||
information/cli: Updating constants file '/etc/icinga2/constants.conf'.
|
||||
Please edit the constants.conf file '/etc/icinga2/constants.conf' and set a secure 'TicketSalt' constant.
|
||||
Done.
|
||||
|
||||
Now restart your Icinga 2 daemon to finish the installation!
|
||||
|
|
|
@ -586,9 +586,6 @@ wizard_ticket:
|
|||
String salt = RandomString(16);
|
||||
|
||||
NodeUtility::UpdateConstant("TicketSalt", salt);
|
||||
|
||||
std::cout << ConsoleColorTag(Console_Bold)
|
||||
<< "Please edit the constants.conf file '" << constants_file << "' and set a secure 'TicketSalt' constant." << ConsoleColorTag(Console_Normal) << "\n";
|
||||
}
|
||||
|
||||
std::cout << "Done.\n\n";
|
||||
|
|
Loading…
Reference in New Issue