Skip to content

Commit

Permalink
Fix a consistency issue. The directory used to store dwoo compiled fi…
Browse files Browse the repository at this point in the history
…les is located below gmetad_root, not gweb_root.
  • Loading branch information
Peter Piela committed Jan 11, 2012
1 parent 4d88cf9 commit b37f857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf_default.php.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ $conf['gmetad_root'] = "@varstatedir@/ganglia";
$conf['rrds'] = "${conf['gmetad_root']}/rrds";

# Where Dwoo (PHP templating engine) store compiled templates
$conf['dwoo_compiled_dir'] = "${conf['gweb_root']}/lib/dwoo/compiled";
$conf['dwoo_cache_dir'] = "${conf['gweb_root']}/lib/dwoo/cache";
$conf['dwoo_compiled_dir'] = "${conf['gmetad_root']}/dwoo/compiled";
$conf['dwoo_cache_dir'] = "${conf['gmetad_root']}/dwoo/cache";

# Where to store web-based configuration
$conf['views_dir'] = $conf['gmetad_root'] . '/conf';
Expand Down

0 comments on commit b37f857

Please sign in to comment.