diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-10 10:47:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-10 10:47:50 +0200 |
commit | acc36883a6f601c6404bc99b4de7f35cb1cde39f (patch) | |
tree | dbf3b9b9ac357e6975695d5863a71d0c5a2b5504 /data | |
parent | 09b8377a43a8f068682b1f1937c3202d1b162918 (diff) | |
download | vyos-build-acc36883a6f601c6404bc99b4de7f35cb1cde39f.tar.gz vyos-build-acc36883a6f601c6404bc99b4de7f35cb1cde39f.zip |
salt: T3819: update version 3002.3 -> 3003.x
Diffstat (limited to 'data')
-rw-r--r-- | data/defaults.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defaults.json b/data/defaults.json index b81f721b..1f936b68 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -9,7 +9,7 @@ "kernel_flavor": "amd64-vyos", "release_train": "equuleus", "additional_repositories": [ - "deb http://repo.saltstack.com/py3/debian/10/amd64/archive/3002.5 buster main", + "deb [arch=amd64] https://repo.saltproject.io/py3/debian/10/amd64/3003 buster main", "deb http://repo.powerdns.com/debian buster-rec-43 main" ], "custom_packages": [] |