Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed May 15, 2024
2 parents b460dc2 + 382c117 commit 29aaa39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/Hosts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ def Hosts.configure(config, settings)
end
end
config.vm.define "#{host['settings']['server_id']}--#{host['settings']['hostname']}.#{host['settings']['domain']}" do |server|

#Box Settings -- Used in downloading and packaging Vagrant boxes
server.vm.box = host['settings']['box']
config.vm.box_url = "#{host['settings']['box_url']}/#{host['settings']['box']}"
server.vm.box_version = host['settings']['box_version']
Expand Down

0 comments on commit 29aaa39

Please sign in to comment.