propellor spin
This commit is contained in:
parent
556ed9d0b1
commit
f89aeaa0e8
|
@ -101,7 +101,9 @@ getSshTarget target hst
|
||||||
where
|
where
|
||||||
go (Left e) = useip (show e)
|
go (Left e) = useip (show e)
|
||||||
go (Right hostentry) = ifM (anyM matchingconfig (BSD.hostAddresses hostentry))
|
go (Right hostentry) = ifM (anyM matchingconfig (BSD.hostAddresses hostentry))
|
||||||
( return target
|
( do
|
||||||
|
print "MATCHING IP"
|
||||||
|
return target
|
||||||
, do
|
, do
|
||||||
ips <- mapM inet_ntoa (BSD.hostAddresses hostentry)
|
ips <- mapM inet_ntoa (BSD.hostAddresses hostentry)
|
||||||
useip ("DNS " ++ show ips ++ " vs configured " ++ show configips)
|
useip ("DNS " ++ show ips ++ " vs configured " ++ show configips)
|
||||||
|
|
Loading…
Reference in New Issue