mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-21 17:05:29 -05:00
11 lines
No EOL
207 B
Ruby
11 lines
No EOL
207 B
Ruby
require "vagrant"
|
|
|
|
module VagrantPlugins
|
|
module Salt
|
|
module Errors
|
|
class SaltError < Vagrant::Errors::VagrantError
|
|
error_namespace("vagrant.provisioners.salt")
|
|
end
|
|
end
|
|
end
|
|
end |