Agent: Fix typo in puppet ping function that messed with node states
This commit is contained in:
parent
612668f43b
commit
357f749557
|
@ -154,7 +154,7 @@ class MockPuppet(IPuppet):
|
||||||
return (False, None)
|
return (False, None)
|
||||||
|
|
||||||
if host == DOT_3:
|
if host == DOT_3:
|
||||||
return (True, "Linux")
|
return (True, "linux")
|
||||||
|
|
||||||
if host == DOT_4:
|
if host == DOT_4:
|
||||||
return (False, None)
|
return (False, None)
|
||||||
|
|
Loading…
Reference in New Issue