lib/app42/command/service.rb in app42-0.6.4 vs lib/app42/command/service.rb in app42-0.7.0
- old
+ new
@@ -85,12 +85,12 @@
database = ask_database_name unless service == 'redis283'
database = '0' if service == 'redis283'
- vm_type = get_vm_types
+ vm_type = get_vm_types "service"
- iaas = get_iaas_providers
+ iaas = get_iaas_providers vm_type
os = get_os_for_service iaas, vm_type, service
kontena = get_vmconfig
\ No newline at end of file