mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update comments in Vagrantfile
Remove reference to fileutils module in Vagrantfile, as it is no longer used/needed.
This commit is contained in:
parent
a359b9585d
commit
e76b8b4e04
1 changed files with 1 additions and 1 deletions
2
consul/Vagrantfile
vendored
2
consul/Vagrantfile
vendored
|
|
@ -5,7 +5,7 @@
|
|||
Vagrant.require_version ">= 1.6.0"
|
||||
VAGRANTFILE_API_VERSION = "2"
|
||||
|
||||
# Require 'yaml' and 'fileutils' modules
|
||||
# Require 'yaml' module
|
||||
require 'yaml'
|
||||
|
||||
# Read YAML file with VM details (box, CPU, RAM, IP addresses)
|
||||
|
|
|
|||
Loading…
Reference in a new issue