Unverified Commit 137414cf authored by Emily's avatar Emily Committed by GitHub
Browse files

nixos/{consul-template,vault-agent}: drop `template` sub-option (#431031)

parents 834c619c 4b038dfb
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -58,23 +58,6 @@ let
                          Path to use for the pid file.
                        '';
                      };

                      template = lib.mkOption {
                        default = null;
                        type = with types; nullOr (listOf (attrsOf anything));
                        description =
                          let
                            upstreamDocs =
                              if flavour == "vault-agent" then
                                "https://developer.hashicorp.com/vault/docs/agent/template"
                              else
                                "https://github.com/hashicorp/consul-template/blob/main/docs/configuration.md#templates";
                          in
                          ''
                            Template section of ${flavour}.
                            Refer to <${upstreamDocs}> for supported values.
                          '';
                      };
                    };
                  };