Fix typoe in graphite module (cabon -> carbon).

This commit is contained in:
Rob Vermaas 2013-08-19 10:21:31 +02:00
parent 6004b28af8
commit 71a21704dc

View File

@ -131,7 +131,7 @@ in {
###### implementation
config = mkIf (cfg.carbon.enableAggregator || cfg.carbon.enableCache || cfg.cabon.enableRelay || cfg.web.enable) {
config = mkIf (cfg.carbon.enableAggregator || cfg.carbon.enableCache || cfg.carbon.enableRelay || cfg.web.enable) {
environment.etc = lists.filter (el: el.source != null) [
{ source = writeTextOrNull "carbon.conf" cfg.carbon.config;
target = "graphite/carbon.conf"; }