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:
Sean Dague 2014-01-23 19:00:47 -05:00
parent a08763eaf7
commit ae1e2217ba
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class elastic_recheck (
# we can trigger an exec here, as well as on cron.
$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'
$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':
ensure => 'present',