missing require tempfile, and fixed a typo
This commit is contained in:
parent
1b9a5339c9
commit
fbf5237de2
|
@ -1,4 +1,5 @@
|
||||||
require 'set'
|
require 'set'
|
||||||
|
require 'tempfile'
|
||||||
|
|
||||||
require 'vagrant/util/template_renderer'
|
require 'vagrant/util/template_renderer'
|
||||||
|
|
||||||
|
@ -46,7 +47,7 @@ module Vagrant
|
||||||
|
|
||||||
# The path to the directory with the network configuration scripts.
|
# The path to the directory with the network configuration scripts.
|
||||||
# This is pulled out into its own directory since there are other
|
# 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.
|
# path to the network scripts.
|
||||||
def network_scripts_dir
|
def network_scripts_dir
|
||||||
'/etc/sysconfig/network-scripts'
|
'/etc/sysconfig/network-scripts'
|
||||||
|
|
Loading…
Reference in New Issue