Revert auth attempt

This commit is contained in:
Mike Place 2015-03-24 12:22:16 -06:00
parent 9b45bc2a26
commit 52c548960d

View File

@ -1420,7 +1420,7 @@ class Minion(MinionBase):
# Do not exit if a pillar refresh fails.
log.error('Pillar data could not be refreshed. '
'One or more masters may be down!')
self.authenticate()
pass
self.module_refresh(force_refresh)
def manage_schedule(self, package):