Merge pull request #11941 from s0undt3ch/develop

It's `salt` not `self`. Refs 418bd3e4.
This commit is contained in:
Pedro Algarvio 2014-04-11 23:39:36 +01:00
commit 69fdf2f2de

View File

@ -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: