Skip to content

Commit

Permalink
Merge pull request ManageIQ#12246 from kbrock/database_question
Browse files Browse the repository at this point in the history
Clarify database initialization question
  • Loading branch information
carbonin authored Oct 28, 2016
2 parents b7bb8d1 + a4826e6 commit 6b2baa6
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 6b2baa6

Please sign in to comment.