Skip to content

Commit

Permalink
Clarify database initialization question
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedahlgren authored and kbrock committed Oct 27, 2016
1 parent f6961fa commit a4826e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def activate

def ask_questions
choose_disk
self.run_as_evm_server = ask_yn?("Do you also want to use this server as an application server")
self.run_as_evm_server = !ask_yn?("Configure this server as a dedicated database instance")
# TODO: Assume we want to create a region for a new internal database disk
# until we allow for the internal selection against an already initialized disk.
create_new_region_questions(false) if run_as_evm_server
Expand Down

0 comments on commit a4826e6

Please sign in to comment.