Remove provision

Beaker already does this
This commit is contained in:
Brian Cain 2014-10-29 15:51:03 -07:00
parent 18869bb440
commit 007bbbc39c
2 changed files with 0 additions and 7 deletions

View file

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

View file

@ -1,6 +0,0 @@
# provision new hosts with pe
class PROVISION
def initialize(args)
@version = args['PE_VERSION']
end
end