Ensure the SecureRandom library is loaded
This commit is contained in:
parent
523d8196d7
commit
72f3a7be14
|
@ -1,5 +1,6 @@
|
||||||
require 'log4r'
|
require "log4r"
|
||||||
require Vagrant.source_root.join('plugins/provisioners/shell/config')
|
require "securerandom"
|
||||||
|
require Vagrant.source_root.join("plugins/provisioners/shell/config")
|
||||||
|
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module Kernel_V2
|
module Kernel_V2
|
||||||
|
|
Loading…
Reference in New Issue