summaryrefslogtreecommitdiff
path: root/data/config-mode-dependencies.json
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2022-12-02 12:36:15 -0600
committerGitHub <noreply@github.com>2022-12-02 12:36:15 -0600
commit8cdc6aea127c455c0aef36ab6d93ec050cbf04aa (patch)
tree01df16653d4e2af609930d0a846ec46585747d66 /data/config-mode-dependencies.json
parentc2a5957a942c8f6070b8f6ff12764e90c1a4c237 (diff)
parent579e9294075d82627997af41ac7895923c7e8d5d (diff)
downloadvyos-1x-8cdc6aea127c455c0aef36ab6d93ec050cbf04aa.tar.gz
vyos-1x-8cdc6aea127c455c0aef36ab6d93ec050cbf04aa.zip
Merge pull request #1689 from jestabro/config-script-dependency
http-api: T4859: correct calling of script dependencies from http-api.py
Diffstat (limited to 'data/config-mode-dependencies.json')
-rw-r--r--data/config-mode-dependencies.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config-mode-dependencies.json b/data/config-mode-dependencies.json
index ad12cff87..9e943ba2c 100644
--- a/data/config-mode-dependencies.json
+++ b/data/config-mode-dependencies.json
@@ -1,5 +1,6 @@
{
"firewall": {"group_resync": ["nat", "policy-route"]},
+ "http_api": {"https": ["https"]},
"pki": {
"ethernet": ["interfaces-ethernet"],
"openvpn": ["interfaces-openvpn"],