Sha256: 29679ac416fca997194f5d7b0dee109ebe84613498f451500183217b2b64e2ca
Contents?: true
Size: 353 Bytes
Versions: 13
Compression:
Stored size: 353 Bytes
Contents
require 'vagrant' require 'vagrant-puppet-install/plugin' require 'vagrant-puppet-install/config' module VagrantPlugins # module PuppetInstall def self.source_root @source_root ||= Pathname.new(File.expand_path('../../', __FILE__)) end I18n.load_path << File.expand_path('locales/en.yml', source_root) I18n.reload! end end
Version data entries
13 entries across 13 versions & 1 rubygems