Skip to content

Commit 98a585c

Browse files
committed
Bugfix: use correct URI for Debian security archive mirror
thanks to @cpt-kernel-afk for reporting and @neuroserve for investigating! Signed-off-by: Matthias Büchse <[email protected]>
1 parent 24b8033 commit 98a585c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/iaas/scs_0101_entropy/entropy_check.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@
5454
'debian': SERVER_USERDATA_GENERIC.replace('# apt-placeholder', """apt:
5555
primary:
5656
- arches: [default]
57-
uri: https://mirror.plusserver.com/debian/debian/"""),
57+
uri: https://mirror.plusserver.com/debian/debian/
58+
security:
59+
- arches: [default]
60+
uri: https://mirror.plusserver.com/debian/debian-security/"""),
5861
}
5962

6063

0 commit comments

Comments
 (0)