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,
|
||||
/// Ceph Reef test repository.
|
||||
CephReefTest,
|
||||
/// Ceph Squid enterprise repository.
|
||||
CephSquidEnterprise,
|
||||
/// Ceph Squid no-subscription repository.
|
||||
CephSquidNoSubscription,
|
||||
/// Ceph Squid test repository.
|
||||
CephSquidTest,
|
||||
}
|
||||
|
||||
serde_plain::derive_display_from_serialize!(APTRepositoryHandle);
|
||||
|
Loading…
x
Reference in New Issue
Block a user