Skip to content

Commit

Permalink
@ teracyhq#277 | add primary config implementation for node
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Jul 19, 2018
1 parent cc89937 commit 770b886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end
Vagrant.configure("2") do |config|
settings["nodes"].each do |node_config|
$logger.debug("node_config: #{node_config}")
config.vm.define node_config["name"] do |node|
config.vm.define node_config["name"], primary: node_config["primary"] ||= false do |node|
# node settings here
end
end
Expand Down

0 comments on commit 770b886

Please sign in to comment.