Update pe provisioner

This commit is contained in:
Brian Cain 2014-10-28 23:16:40 -07:00
parent d31b5e6b8f
commit cd794ad160

View file

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