mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
stanchion: remove ssl option
This commit is contained in:
parent
47ded42788
commit
336d6cc513
@ -76,14 +76,6 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
stanchionSsl = mkOption {
|
|
||||||
type = types.bool;
|
|
||||||
default = true;
|
|
||||||
description = ''
|
|
||||||
Tell stanchion to use SSL.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
distributedCookie = mkOption {
|
distributedCookie = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "riak";
|
default = "riak";
|
||||||
@ -148,8 +140,6 @@ in
|
|||||||
|
|
||||||
distributed_cookie = ${cfg.distributedCookie}
|
distributed_cookie = ${cfg.distributedCookie}
|
||||||
|
|
||||||
stanchion_ssl=${if cfg.stanchionSsl then "on" else "off"}
|
|
||||||
|
|
||||||
${cfg.extraConfig}
|
${cfg.extraConfig}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user