mirror of
https://github.com/puppetlabs/vmpooler-dns-gcp.git
synced 2026-01-26 02:58:42 -05:00
Rename/relocate clouddns to match other providers
This commit is contained in:
parent
a7eb48d0b7
commit
22873d4c1a
1 changed files with 8 additions and 6 deletions
|
|
@ -1,14 +1,16 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require_relative "clouddns/version"
|
||||
require 'googleauth'
|
||||
require 'google/cloud/dns'
|
||||
|
||||
module Vmpooler
|
||||
module Dns
|
||||
module Google
|
||||
module Clouddns
|
||||
class Error < StandardError; end
|
||||
class PoolManager
|
||||
class Dns
|
||||
class Google
|
||||
class Clouddns
|
||||
# Your code goes here...
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue