mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
make the get_pub_str method private
This commit is contained in:
parent
cbadaf70bf
commit
d0bbc556e9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class MasterKeys(dict):
|
|||
self.pub_path = os.path.join(self.opts['pki_dir'], 'master.pub')
|
||||
self.rsa_path = os.path.join(self.opts['pki_dir'], 'master.pem')
|
||||
self.key = self.__get_priv_key()
|
||||
self.pub_str = self.get_pub_str()
|
||||
self.pub_str = self.__get_pub_str()
|
||||
self.token = self.__gen_token()
|
||||
|
||||
def __get_priv_key(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue