Merge pull request #57 from elyast/master
fixing custom ip resolver Closes #54.
This commit is contained in:
		
						commit
						dd924d00a4
					
				| 
						 | 
				
			
			@ -107,9 +107,9 @@ module VagrantPlugins
 | 
			
		|||
              next if ip
 | 
			
		||||
            end
 | 
			
		||||
          end
 | 
			
		||||
        end
 | 
			
		||||
          ip || (machine.ssh_info ? machine.ssh_info[:host] : nil)
 | 
			
		||||
        end        
 | 
			
		||||
      end
 | 
			
		||||
 | 
			
		||||
      def get_machines
 | 
			
		||||
        if @global_env.config_global.hostmanager.include_offline?
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue