Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions create_cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
puts "Enter a number of nodes to create:"
elsif gluster_replica == 2
puts "Enter a number of nodes to create (must be a multiple of 2):"
elsif gluster replica == 3
elsif gluster_replica == 3
puts "Enter a number of nodes to create (must be a multiple of 3):"
else
puts "ERROR: Gluster Replica Count is not valid."
Expand Down Expand Up @@ -195,7 +195,7 @@
system('clear') or system('cls')
web_size = 0
while web_size == 0
puts "What size droplets do you wish to use for your Nginx web sever nodes?"
puts "What size droplets do you wish to use for your Nginx web server nodes?"
puts " "
puts "1.) 1GB RAM | 1 CPU Core | 30GB Disk | $10/mo"
puts "2.) 2GB RAM | 2 CPU Cores | 40GB Disk | $20/mo"
Expand Down