elasticsearch-curator: include the module in the module-list & fix bug

This commit is contained in:
Bas van Dijk 2018-08-21 17:24:52 +02:00
parent 842000566b
commit 32200033a6
2 changed files with 2 additions and 1 deletions

View file

@ -623,6 +623,7 @@
./services/scheduling/fcron.nix ./services/scheduling/fcron.nix
./services/scheduling/marathon.nix ./services/scheduling/marathon.nix
./services/search/elasticsearch.nix ./services/search/elasticsearch.nix
./services/search/elasticsearch-curator.nix
./services/search/hound.nix ./services/search/hound.nix
./services/search/kibana.nix ./services/search/kibana.nix
./services/search/solr.nix ./services/search/solr.nix

View file

@ -12,7 +12,7 @@ let
# not a Python "NoneType" # not a Python "NoneType"
client: client:
hosts: ${builtins.toJSON cfg.hosts} hosts: ${builtins.toJSON cfg.hosts}
port: ${cfg.port} port: ${toString cfg.port}
url_prefix: url_prefix:
use_ssl: False use_ssl: False
certificate: certificate: