Delete comment from Vagrantfile

This commit is contained in:
Aleskey Zalesov 2018-03-13 14:17:16 +03:00
parent 4bf94e0efb
commit 096dd933f4
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -4,7 +4,7 @@ ENV["LC_ALL"] = "en_US.UTF-8"
Vagrant.configure("2") do |config|
servers = [ "validator", "explorer", "moc", "bootnode", "netstat" ]
# platform = "ubuntu/xenial64"
if ENV["poa_platform"] == "ubuntu"
platform = "ubuntu/xenial64"
elsif ENV["poa_platform"] == "centos"