summaryrefslogtreecommitdiff
path: root/clusterman/config.py
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-10-26 15:49:19 +0200
committerLoic Guegan <loic.guegan@mailbox.org>2023-10-26 15:49:19 +0200
commitabd29e2cdfe83160869631a0f391d428bbe11210 (patch)
tree21cb5d0c2e6e8168d4e4f921a69a0f60308b849a /clusterman/config.py
parent068fba04843a8e1a9a96c13211f98a89c39100a5 (diff)
Minor changes
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 804a2cc..645f4d1 100644
--- a/clusterman/config.py
+++ b/clusterman/config.py
@@ -13,7 +13,7 @@ class Config:
"ip4_to": "10.128.0.140",
"ip4_ignore": ["10.0.0.5", "10.0.0.1"],
},
- "plugins": [],
+ "plugins": { "ls": "ls -al" },
"timeout": 0.5
}