Prefix with guest_

This commit is contained in:
Seth Vargo 2015-07-09 17:01:36 -06:00
parent 06dcd55f57
commit e9bcf147f0
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ module VagrantPlugins
custom_configuration: remote_custom_config_path,
encrypted_data_bag_secret: guest_encrypted_data_bag_secret_key_path,
environment: @config.environment,
file_cache_path: file_cache_path,
file_backup_path: file_backup_path,
file_cache_path: guest_file_cache_path,
file_backup_path: guest_file_backup_path,
log_level: @config.log_level.to_sym,
node_name: @config.node_name,
verbose_logging: @config.verbose_logging,