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

[core] skip vmfusion in rake nuke

This commit is contained in:
geemus 2011-09-26 14:04:39 -05:00
parent f39f2e3645
commit 1160a9ecc1

View file

@ -98,6 +98,7 @@ end
task :nuke do
Fog.providers.each do |provider|
next if ['Vmfusion'].include?(provider)
begin
compute = Fog::Compute.new(:provider => provider)
for server in compute.servers