zabbix: tweak ubus acl json whitespace

Ensure consist JSON formatting by using jq --tab . <filename>.json.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
This commit is contained in:
Daniel F. Dickinson
2026-04-04 23:26:41 -04:00
committed by Josef Schlehofer
parent 48354f0b9f
commit 6b555ae5e0
2 changed files with 6 additions and 2 deletions

View File

@@ -2,7 +2,9 @@
"user": "zabbix",
"access": {
"network.interface": {
"methods": [ "dump" ]
"methods": [
"dump"
]
}
}
}

View File

@@ -2,7 +2,9 @@
"user": "zabbix",
"access": {
"network.wireless": {
"methods": [ "status" ]
"methods": [
"status"
]
}
}
}