summaryrefslogtreecommitdiff
path: root/clusterman/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'clusterman/config.py')
-rw-r--r--clusterman/config.py2
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" },