Move cache file to ensure proper access by mote-updater
This commit is contained in:
parent
bfc5f63b09
commit
a4d6a0d0a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue