Move cache file to ensure proper access by mote-updater

This commit is contained in:
Chaoyi Zha 2015-06-15 16:19:15 +00:00
parent bfc5f63b09
commit a4d6a0d0a7

View file

@ -48,7 +48,7 @@ memcached_ip = "memcached01:11211"
use_memcached = False # Use a memcached store for greater performance
# JSON cache store location
json_cache_location = "/var/tmp/mote/cache.json"
json_cache_location = "/var/cache/httpd/mote/cache.json"
# Use group/name mappings fetched from GitHub
use_mappings_github = True