mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
6 lines
113 B
Ruby
6 lines
113 B
Ruby
# provision new hosts with pe
|
|
class PROVISION
|
|
def initialize(args)
|
|
@version = args['PE_VERSION']
|
|
end
|
|
end
|