]> granicus.if.org Git - icinga2/commitdiff
Remove prompt to create a TicketSalt from the wizard
authorLouis Sautier <sautier.louis@gmail.com>
Mon, 16 Mar 2015 14:15:27 +0000 (15:15 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Mon, 16 Mar 2015 14:25:23 +0000 (15:25 +0100)
fixes #8766

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
doc/10-icinga2-client.md
lib/cli/nodewizardcommand.cpp

index 11c18027784314b3af83956d73919fd838ffb633..0fb4567d9eb63621efc5cf1685e04b6e45d9f334 100644 (file)
@@ -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!
index 307065ccb2a5156b152d3b266f41df4db609c698..77108a210c24567a17a57cbe7fccc19519e89518 100644 (file)
@@ -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";