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,6 +0,0 @@
# provision new hosts with pe
class PROVISION
def initialize(args)
@version = args['PE_VERSION']
end
end