This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
fog--fog
Watch
1
Star
0
Fork
You've already forked fog--fog
0
mirror of
https://github.com/fog/fog.git
synced
2022-11-09 13:51:43 -05:00
Code
Releases
Activity
84e79f5e55
fog--fog
/
lib
/
fog
/
providers
/
zerigo.rb
12 lines
117 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fix a bunch of paths.
2011-01-10 01:12:48 -05:00
require
'fog/core'
start of work to support Zerigo DNS service have defined all the requests in compute.rb have the 1st request - list_zones working
2010-12-11 20:01:33 -05:00
module
Fog
module
Zerigo
extend
Fog
::
Provider
[dns] consolidate
2011-01-07 19:12:04 -05:00
service
(
:dns
,
'dns/zerigo'
)
start of work to support Zerigo DNS service have defined all the requests in compute.rb have the 1st request - list_zones working
2010-12-11 20:01:33 -05:00
end
end
Copy permalink