diff options
| author | tv <tv@krebsco.de> | 2015-07-28 20:40:25 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2015-07-28 20:40:25 +0200 |
| commit | fc9f8d985098cce3c4386810f6c487ca3884f336 (patch) | |
| tree | f1033088f116f8683ebe94c4b3576f440af949f6 /tv/configs/consul-server.nix | |
| parent | a5fe66d5e3d9b76914e48db769a31135081d8555 (diff) | |
tv: reintroduce directory numbers
Diffstat (limited to 'tv/configs/consul-server.nix')
| -rw-r--r-- | tv/configs/consul-server.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tv/configs/consul-server.nix b/tv/configs/consul-server.nix deleted file mode 100644 index d10f9ea..0000000 --- a/tv/configs/consul-server.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ config, ... }: - -{ - tv.consul = rec { - enable = true; - - self = config.krebs.build.host; - inherit (self) dc; - - server = true; - - hosts = with config.krebs.hosts; [ - # TODO get this list automatically from each host where tv.consul.enable is true - cd - mkdir - nomic - rmdir - #wu - ]; - }; -} |
