From 415f41bf6888e32f9359c5e32f59c40855bf74f0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 2 Nov 2014 12:40:00 +0100 Subject: nixos/modules/services/monitoring/graphite.nix: strip trailing whitespace --- nixos/modules/services/monitoring/graphite.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nixos') diff --git a/nixos/modules/services/monitoring/graphite.nix b/nixos/modules/services/monitoring/graphite.nix index ca3ecb00da4f..bc716957e3f8 100644 --- a/nixos/modules/services/monitoring/graphite.nix +++ b/nixos/modules/services/monitoring/graphite.nix @@ -306,7 +306,7 @@ in { example = literalExample '' { GRAPHITE_USERNAME = "user"; - GRAPHITE_PASSWORD = "pass"; + GRAPHITE_PASSWORD = "pass"; } ''; }; @@ -344,7 +344,7 @@ in { name: Test ''; example = literalExample '' - pushbullet_key: pushbullet_api_key + pushbullet_key: pushbullet_api_key alerts: - target: stats.seatgeek.app.deal_quality.venue_info_cache.hit warning: .5 @@ -456,7 +456,7 @@ in { environment.systemPackages = [ pkgs.python27Packages.graphite_web ]; }) - (mkIf cfg.api.enable { + (mkIf cfg.api.enable { systemd.services.graphiteApi = { description = "Graphite Api Interface"; wantedBy = [ "multi-user.target" ]; @@ -472,7 +472,7 @@ in { ExecStart = '' ${pkgs.python27Packages.waitress}/bin/waitress-serve \ --host=${cfg.api.host} --port=${toString cfg.api.port} \ - graphite_api.app:app + graphite_api.app:app ''; User = "graphite"; Group = "graphite"; @@ -501,7 +501,7 @@ in { ExecStart = "${pkgs.seyren}/bin/seyren -httpPort ${toString cfg.seyren.port}"; WorkingDirectory = dataDir; User = "graphite"; - Group = "graphite"; + Group = "graphite"; }; preStart = '' if ! test -e ${dataDir}/db-created; then @@ -526,7 +526,7 @@ in { serviceConfig = { ExecStart = "${pkgs.pythonPackages.graphite_pager}/bin/graphite-pager --config ${pagerConfig}"; User = "graphite"; - Group = "graphite"; + Group = "graphite"; }; }; -- cgit 1.4.1