1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[dns] alpha sort providers in helper

This commit is contained in:
geemus 2011-02-23 11:16:58 -08:00
parent 8bcd078193
commit 1a0afbc6ed

View file

@ -3,6 +3,12 @@ def dns_providers
AWS => {
:mocked => false
},
Bluebox => {
:mocked => false,
:zone_attributes => {
:ttl => 60
}
},
Linode => {
:mocked => false,
:zone_attributes => {
@ -14,12 +20,6 @@ def dns_providers
},
Zerigo => {
:mocked => false
},
Bluebox => {
:mocked => false,
:zone_attributes => {
:ttl => 60
}
}
}
end