Correct environment path option to puppet apply.
This commit is contained in:
parent
c701bab253
commit
c8f300e5f5
|
@ -183,7 +183,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
options << "--detailed-exitcodes"
|
options << "--detailed-exitcodes"
|
||||||
if config.environment_path
|
if config.environment_path
|
||||||
options << "#{environments_guest_path}/#{@config.environment}/manifests"
|
options << "--environmentpath #{environments_guest_path}/"
|
||||||
options << "--environment #{@config.environment}"
|
options << "--environment #{@config.environment}"
|
||||||
else
|
else
|
||||||
options << "--manifestdir #{manifests_guest_path}"
|
options << "--manifestdir #{manifests_guest_path}"
|
||||||
|
|
Loading…
Reference in New Issue