mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix joyent and xenserver so they can be required individually
This commit is contained in:
parent
70ca86122f
commit
ff180b5c1a
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
require 'fog/core'
|
||||||
|
|
||||||
module Fog
|
module Fog
|
||||||
module Joyent
|
module Joyent
|
||||||
extend Fog::Provider
|
extend Fog::Provider
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
require 'fog/core'
|
||||||
|
|
||||||
module Fog
|
module Fog
|
||||||
module XenServer
|
module XenServer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue