Ejemplo n.º 1
0
 def __init__(self, relpath=''):
     Base_Class.__init__(self)
     self.__root_abspath = os.path.join(salt_root_path, relpath)
     self.__root_relpath = relpath
     self.__show_file = {
         'dir': [],
         'file': [],
         'relpath': self.__root_relpath.split('/')
     }
Ejemplo n.º 2
0
 def __init__(self):
     Base_Class.__init__(self)
     self.__prpcrypt = prpcrypt()
Ejemplo n.º 3
0
 def __init__(self):
     Base_Class.__init__(self)
Ejemplo n.º 4
0
 def __init__(self):
     Base_Class.__init__(self)
     self.__opt = config.master_config('/etc/salt/master')
     self.__key = key.get_key(self.__opt)
     self.__Client = salt.client.LocalClient()
     self.timeout = 60
Ejemplo n.º 5
0
 def __init__(self):
     Base_Class.__init__(self)
     self.__opt = config.master_config('/etc/salt/master')
     self.__key = key.get_key(self.__opt)