diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-27 10:56:14 +0200 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-27 10:56:14 +0200 |
| commit | ade516e6f80f5648594889acc9f32afb80b5f704 (patch) | |
| tree | 20e9272c3ed1338fcf0cd6aa7723b7cfabea0166 /clusterman/config.py | |
| parent | 37ac5a14dda2def4851122898ba3fd9acd690249 (diff) | |
Minor changes
Diffstat (limited to 'clusterman/config.py')
| -rw-r--r-- | clusterman/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clusterman/config.py b/clusterman/config.py index c39c8c2..b70dc16 100644 --- a/clusterman/config.py +++ b/clusterman/config.py @@ -14,7 +14,7 @@ class Config: "ip4_to": "10.128.0.140", "ip4_ignore": ["10.0.0.5", "10.0.0.1"], "groups": { - "all": "*" + "all": [".*"] } }, "plugins": { "ls": "ls -al" }, |
