summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2021-06-05 17:58:50 +0200
committerDaniil Baturin <daniil@baturin.org>2021-06-05 17:58:50 +0200
commitdcbd8a1f42b60f74b2d118b5d56c7d9bedabc84e (patch)
tree91e69d1cfb3550de6357fe2f499cfd2a081006ca /data
parent06dc2469cc4c42a579a44e985d8099fc399f9c7b (diff)
downloadvyos-build-dcbd8a1f42b60f74b2d118b5d56c7d9bedabc84e.tar.gz
vyos-build-dcbd8a1f42b60f74b2d118b5d56c7d9bedabc84e.zip
Update the Saltstack repo URL and disable HTTPS cert verification.
Jessie lacks a CA or intermediate cert for the Amazon cert that Saltstack is now using, so build fails because the cert looks untrusted. Since APT will always verify GPG signatures, server authentication is redundant and disabling it doesn't create a security issue.
Diffstat (limited to 'data')
-rw-r--r--data/defaults.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.json b/data/defaults.json
index 952ac03d..dd9a08e8 100644
--- a/data/defaults.json
+++ b/data/defaults.json
@@ -9,7 +9,7 @@
"kernel_flavor": "amd64-vyos",
"release_train": "crux",
"additional_repositories": [
- "deb http://archive.repo.saltstack.com/apt/debian/8/amd64/2017.7 jessie main",
+ "deb https://archive.repo.saltproject.io/apt/debian/8/amd64/2017.7/ jessie main",
"deb http://archive.debian.org/debian/ jessie-backports main"
],
"custom_packages": []