Correct environment path option to puppet apply.

This commit is contained in:
Ben Hines 2015-04-12 01:43:19 -07:00
parent c701bab253
commit c8f300e5f5
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ module VagrantPlugins
options << "--detailed-exitcodes"
if config.environment_path
options << "#{environments_guest_path}/#{@config.environment}/manifests"
options << "--environmentpath #{environments_guest_path}/"
options << "--environment #{@config.environment}"
else
options << "--manifestdir #{manifests_guest_path}"