backports: Add files for Vagrant 1.5 actions that will need to be backported
This commit is contained in:
parent
fca401ac50
commit
891403f10d
3 changed files with 6 additions and 0 deletions
2
lib/vagrant-backports/action/handle_box.rb
Normal file
2
lib/vagrant-backports/action/handle_box.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# TODO: Implement this for vagrant < 1.5
|
||||
raise 'Action::HandleBox has not been backported yet!'
|
2
lib/vagrant-backports/action/is_state.rb
Normal file
2
lib/vagrant-backports/action/is_state.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# TODO: Implement this for vagrant < 1.5
|
||||
raise 'Action::IsState has not been backported yet!'
|
2
lib/vagrant-backports/action/message.rb
Normal file
2
lib/vagrant-backports/action/message.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# TODO: Implement this for vagrant < 1.5
|
||||
raise 'Action::Message has not been backported yet!'
|
Loading…
Reference in a new issue