mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-14 22:12:48 +00:00
apt-api-types: add Ceph Squid as valid Proxmox APT repository handle
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0ea27021a2
commit
8e74afbca7
@ -291,6 +291,12 @@ pub enum APTRepositoryHandle {
|
|||||||
CephReefNoSubscription,
|
CephReefNoSubscription,
|
||||||
/// Ceph Reef test repository.
|
/// Ceph Reef test repository.
|
||||||
CephReefTest,
|
CephReefTest,
|
||||||
|
/// Ceph Squid enterprise repository.
|
||||||
|
CephSquidEnterprise,
|
||||||
|
/// Ceph Squid no-subscription repository.
|
||||||
|
CephSquidNoSubscription,
|
||||||
|
/// Ceph Squid test repository.
|
||||||
|
CephSquidTest,
|
||||||
}
|
}
|
||||||
|
|
||||||
serde_plain::derive_display_from_serialize!(APTRepositoryHandle);
|
serde_plain::derive_display_from_serialize!(APTRepositoryHandle);
|
||||||
|
Loading…
Reference in New Issue
Block a user