From 13ff159d8c670faad1313be8a516f77a6a60e215 Mon Sep 17 00:00:00 2001 From: Marc Meszaros Date: Fri, 27 Dec 2013 22:38:44 -0500 Subject: [PATCH] Fix salt provisioner error namespace to be more consistent with other provisioners --- plugins/provisioners/salt/errors.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/provisioners/salt/errors.rb b/plugins/provisioners/salt/errors.rb index 51951b03a..012d5df3d 100644 --- a/plugins/provisioners/salt/errors.rb +++ b/plugins/provisioners/salt/errors.rb @@ -4,7 +4,7 @@ module VagrantPlugins module Salt module Errors class SaltError < Vagrant::Errors::VagrantError - error_namespace("salt") + error_namespace("vagrant.provisioners.salt") end end end