Remove mistaken commit data

This commit is contained in:
Thomas S Hatch 2011-05-27 15:40:49 -06:00
parent 320b72aecd
commit d5dd44cf4c

View File

@ -420,8 +420,6 @@ class FileClient(object):
Get a state file from the master and store it in the local minion cache
return the location of the file
'''
pacman.cache = pacman/cache.sls or pacman/cache/init.sls
pacman = pacman/init.sls
if sls.count('.'):
root = sls.replace('.', '/')
for path in [root + '.sls', os.path.join(root, 'init.sls')]: