From e76b8b4e04076ac5451b540e5c710c2a835be032 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Tue, 10 Feb 2015 12:46:56 -0700 Subject: [PATCH] Update comments in Vagrantfile Remove reference to fileutils module in Vagrantfile, as it is no longer used/needed. --- consul/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/Vagrantfile b/consul/Vagrantfile index 9aa5c13..e67cb30 100644 --- a/consul/Vagrantfile +++ b/consul/Vagrantfile @@ -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)