mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-25 18:48:42 -05:00
11 lines
154 B
Ruby
11 lines
154 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Vmpooler
|
|
module Dns
|
|
module Google
|
|
module Clouddns
|
|
VERSION = "0.1.0"
|
|
end
|
|
end
|
|
end
|
|
end
|