diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-09-10 10:49:14 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-09-10 10:49:14 +0200 |
commit | 1d3d0401eeb9e8138f606433b6bbcd8c3f76c898 (patch) | |
tree | 0792a35dda1faf1a6e53ff7df3bf4024202f4d8a /data | |
parent | 73c319958802c526304f7f1599ab92b95af9ec3d (diff) | |
download | vyos-build-1d3d0401eeb9e8138f606433b6bbcd8c3f76c898.tar.gz vyos-build-1d3d0401eeb9e8138f606433b6bbcd8c3f76c898.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 98081e84..e705c6c2 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -9,7 +9,7 @@ "kernel_flavor": "amd64-vyos", "release_train": "sagitta", "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" ], "custom_packages": [] } |