missing require tempfile, and fixed a typo

This commit is contained in:
Mike Fiedler 2012-01-08 00:16:18 -05:00 committed by Mitchell Hashimoto
parent 1b9a5339c9
commit fbf5237de2
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
require 'set'
require 'tempfile'
require 'vagrant/util/template_renderer'
@ -46,7 +47,7 @@ module Vagrant
# The path to the directory with the network configuration scripts.
# This is pulled out into its own directory since there are other
# operationg systems (SuSE) which behave similarly but with a different
# operating systems (SuSE) which behave similarly but with a different
# path to the network scripts.
def network_scripts_dir
'/etc/sysconfig/network-scripts'