mirror of
https://github.com/puppetlabs/vmpooler-provider-vsphere.git
synced 2026-01-25 19:08:41 -05:00
This copies in all needed files from the main VMPooler repo. Version 1.3.0 of VMPooler was used as the basis for this code.
5 lines
86 B
Ruby
5 lines
86 B
Ruby
# frozen_string_literal: true
|
|
|
|
module VmpoolerVsphereProvider
|
|
VERSION = '1.3.0'
|
|
end
|