provisioners/puppet: use correct error class [GH-4520]

This commit is contained in:
Mitchell Hashimoto 2014-10-23 10:46:11 -07:00
parent 4ffaaf119e
commit 37a04b4bfc
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ module VagrantPlugins
opts = {
elevated: true,
error_class: Vagrant::Errors::VagrantError,
error_key: :ssh_bad_exit_status_muted,
good_exit: [0,2],
}