mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-26 02:58:42 -05:00
14 lines
239 B
Ruby
14 lines
239 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative "clouddns/version"
|
|
|
|
module Vmpooler
|
|
module Dns
|
|
module Google
|
|
module Clouddns
|
|
class Error < StandardError; end
|
|
# Your code goes here...
|
|
end
|
|
end
|
|
end
|
|
end
|