mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-08 16:26:25 -04:00
Correct environment path option to puppet apply.
This commit is contained in:
parent
c701bab253
commit
c8f300e5f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue