nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/action_set_name nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/box_meta nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/creator_uid nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/id nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/index_uuid nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/private_key nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/synced_folders nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/machines/default/virtualbox/vagrant_cwd nouveau fichier : sio2/SISR/10-ha/bookworm/.vagrant/rgloader/loader.rb renommé : sio2/SISR/10-ha/vagrantfile_bookworm -> sio2/SISR/10-ha/bookworm/Vagrantfile nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/action_provision nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/action_set_name nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/box_meta nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/creator_uid nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/id nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/index_uuid nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/private_key nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/synced_folders nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv1/virtualbox/vagrant_cwd nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/action_provision nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/action_set_name nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/box_meta nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/creator_uid nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/id nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/index_uuid nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/private_key nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/synced_folders nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/machines/srv2/virtualbox/vagrant_cwd nouveau fichier : sio2/SISR/10-ha/rsync/.vagrant/rgloader/loader.rb nouveau fichier : sio2/SISR/10-ha/rsync/Vagrantfile supprimé : sio2/SISR/10-ha/vagrantfile_rsync
13 lines
423 B
Ruby
13 lines
423 B
Ruby
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
# This file loads the proper rgloader/loader.rb file that comes packaged
|
|
# with Vagrant so that encoded files can properly run with Vagrant.
|
|
|
|
if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]
|
|
require File.expand_path(
|
|
"rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
|
|
else
|
|
raise "Encoded files can't be read outside of the Vagrant installer."
|
|
end
|