2013-04-18 12:41:34 +00:00
|
|
|
require "vagrant"
|
|
|
|
|
|
|
|
module VagrantPlugins
|
|
|
|
module Salt
|
|
|
|
module Errors
|
|
|
|
class SaltError < Vagrant::Errors::VagrantError
|
2013-12-28 03:38:44 +00:00
|
|
|
error_namespace("vagrant.provisioners.salt")
|
2013-04-18 12:41:34 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|