Fix salt provisioner error namespace to be more consistent with other provisioners
This commit is contained in:
parent
194d7d11cd
commit
13ff159d8c
|
@ -4,7 +4,7 @@ module VagrantPlugins
|
||||||
module Salt
|
module Salt
|
||||||
module Errors
|
module Errors
|
||||||
class SaltError < Vagrant::Errors::VagrantError
|
class SaltError < Vagrant::Errors::VagrantError
|
||||||
error_namespace("salt")
|
error_namespace("vagrant.provisioners.salt")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue