Add provision base

This commit is contained in:
Brian Cain 2014-10-28 23:02:30 -07:00
parent 51193ab4a6
commit 55d4046c75
2 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,5 @@
require 'vmfloaty/cli' require 'vmfloaty/cli'
require 'vmfloaty/provision'
class Vmfloaty class Vmfloaty

View file

@ -0,0 +1,5 @@
class PROVISION
def initialize
end
end