fix
This commit is contained in:
parent
0fa14d631c
commit
6d5d8595a0
|
@ -244,6 +244,10 @@ class Machine(object):
|
|||
|
||||
return found
|
||||
|
||||
@cache
|
||||
def IsCriticalServer(self):
|
||||
return len(self.GetCriticalServicesInstalled()) > 0
|
||||
|
||||
@cache
|
||||
def GetUsernamesBySecret(self, secret):
|
||||
sam = self.GetLocalSecrets()
|
||||
|
|
Loading…
Reference in New Issue