mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Fix typo in Vagrantfile
Fix typo in Vagrantfile in `vagrant-json` environment
This commit is contained in:
parent
2fd58a0476
commit
9304087a33
1 changed files with 1 additions and 1 deletions
2
vagrant-json/Vagrantfile
vendored
2
vagrant-json/Vagrantfile
vendored
|
|
@ -17,7 +17,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
# Always use Vagrant's default insecure key
|
||||
config.ssh.insert_key = false
|
||||
|
||||
# Iterate through entries in YAML file to create VMs
|
||||
# Iterate through entries in JSON file to create VMs
|
||||
machines.each do |machine|
|
||||
config.vm.define machine['name'] do |srv|
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue