mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fixing rage4 structure as to recent fog chagnes
This commit is contained in:
parent
77eab07556
commit
05b15ab7e6
3 changed files with 13 additions and 11 deletions
|
@ -1,11 +1,2 @@
|
|||
require 'fog/core'
|
||||
require 'fog/rage4/dns'
|
||||
|
||||
module Fog
|
||||
module Rage4
|
||||
|
||||
extend Fog::Provider
|
||||
|
||||
service(:dns, 'rage4/dns', 'DNS')
|
||||
|
||||
end
|
||||
end
|
||||
|
|
11
lib/fog/rage4/core.rb
Normal file
11
lib/fog/rage4/core.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
require 'fog/core'
|
||||
|
||||
module Fog
|
||||
module Rage4
|
||||
|
||||
extend Fog::Provider
|
||||
|
||||
service(:dns, 'rage4/dns', 'DNS')
|
||||
|
||||
end
|
||||
end
|
|
@ -1,4 +1,4 @@
|
|||
require 'fog/rage4'
|
||||
require 'fog/rage4/core'
|
||||
require 'fog/dns'
|
||||
|
||||
module Fog
|
||||
|
|
Loading…
Add table
Reference in a new issue