mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #11941 from s0undt3ch/develop
It's `salt` not `self`. Refs 418bd3e4
.
This commit is contained in:
commit
69fdf2f2de
@ -164,7 +164,7 @@ class Master(SMaster):
|
||||
# Init any values needed by the git ext pillar
|
||||
pillargitfs = salt.daemons.masterapi.init_git_pillar(self.opts)
|
||||
# Clean out the fileserver backend cache
|
||||
self.daemons.masterapi.clean_fsbackend(self.opts)
|
||||
salt.daemons.masterapi.clean_fsbackend(self.opts)
|
||||
|
||||
old_present = set()
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user