Fix issue where MunkiItems cached data was not being properly reset

This commit is contained in:
Greg Neagle
2014-03-25 11:34:21 -07:00
parent 626dca37d1
commit bf33bf6187
@@ -38,6 +38,7 @@ _cache = {}
def reset():
'''clear all our cached values'''
global _cache
_cache = {}