provisioners/puppet: use correct error class [GH-4520]
This commit is contained in:
parent
4ffaaf119e
commit
37a04b4bfc
|
@ -161,6 +161,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
opts = {
|
opts = {
|
||||||
elevated: true,
|
elevated: true,
|
||||||
|
error_class: Vagrant::Errors::VagrantError,
|
||||||
error_key: :ssh_bad_exit_status_muted,
|
error_key: :ssh_bad_exit_status_muted,
|
||||||
good_exit: [0,2],
|
good_exit: [0,2],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue