fix template directory for uncategorized page
your results can be dramatically improved by knowing what you are doing. Change-Id: Id9228173ea6270c82f98a75f9a0feeb8fb6a988f
This commit is contained in:
parent
a2f54a86bc
commit
45ea819a48
@ -24,7 +24,7 @@ class elastic_recheck (
|
|||||||
# we can trigger an exec here, as well as on cron.
|
# we can trigger an exec here, as well as on cron.
|
||||||
$recheck_state_dir = '/var/lib/elastic-recheck'
|
$recheck_state_dir = '/var/lib/elastic-recheck'
|
||||||
$graph_cmd = 'elastic-recheck-graph /opt/elastic-recheck/queries -o graph-new.json && mv graph-new.json graph.json'
|
$graph_cmd = 'elastic-recheck-graph /opt/elastic-recheck/queries -o graph-new.json && mv graph-new.json graph.json'
|
||||||
$uncat_cmd = 'elastic-recheck-uncategorized -d /opt/elastic-recheck/queries -t /usr/local/share/templates -o uncategorized-new.html && mv uncategorized-new.html uncategorized.html'
|
$uncat_cmd = 'elastic-recheck-uncategorized -d /opt/elastic-recheck/queries -t /usr/local/share/elastic-recheck/templates -o uncategorized-new.html && mv uncategorized-new.html uncategorized.html'
|
||||||
|
|
||||||
group { 'recheck':
|
group { 'recheck':
|
||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
|
Loading…
Reference in New Issue
Block a user