mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
elasticsearch-curator: include the module in the module-list & fix bug
This commit is contained in:
parent
842000566b
commit
32200033a6
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ let
|
|||
# not a Python "NoneType"
|
||||
client:
|
||||
hosts: ${builtins.toJSON cfg.hosts}
|
||||
port: ${cfg.port}
|
||||
port: ${toString cfg.port}
|
||||
url_prefix:
|
||||
use_ssl: False
|
||||
certificate:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue