Agent: Fix typo in puppet ping function that messed with node states

This commit is contained in:
Ilija Lazoroski 2021-11-23 14:48:52 +01:00 committed by Shreya Malviya
parent 612668f43b
commit 357f749557
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class MockPuppet(IPuppet):
return (False, None)
if host == DOT_3:
return (True, "Linux")
return (True, "linux")
if host == DOT_4:
return (False, None)