Use the proper path on Puppet apply to the manifest

This commit is contained in:
Mitchell Hashimoto 2013-04-30 18:31:06 -07:00
parent 436a942492
commit 617bf08f9e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module VagrantPlugins
root_path = @machine.env.root_path
@expanded_manifests_path = @config.expanded_manifests_path(root_path)
@expanded_module_paths = @config.expanded_module_paths(root_path)
@manifest_file = File.join(@expanded_manifests_path, @config.manifest_file)
@manifest_file = File.join(manifests_guest_path, @config.manifest_file)
# Setup the module paths
@module_paths = []