* [pve-devel] [PATCH manager] api: subscription: add missing semicolon
@ 2025-03-31 9:15 Christoph Heiss
2025-03-31 14:32 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Heiss @ 2025-03-31 9:15 UTC (permalink / raw)
To: pve-devel
Fixes a build failure.
Fixes: 52f670250 ("api subscription: output generic apt-auth stanza for ceph")
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
PVE/API2/Subscription.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/API2/Subscription.pm b/PVE/API2/Subscription.pm
index 838d1bc09..036824f22 100644
--- a/PVE/API2/Subscription.pm
+++ b/PVE/API2/Subscription.pm
@@ -105,7 +105,7 @@ sub write_etc_subscription {
}
# add a generic one to handle the case where a new ceph release was made available while
# the subscription info was not yet updated, and as per APT_AUTH.CONF(5) start-with matches.
- $ceph_auth .= "machine enterprise.proxmox.com/debian/ceph login $info->{key} password $info->{serverid}\n"
+ $ceph_auth .= "machine enterprise.proxmox.com/debian/ceph login $info->{key} password $info->{serverid}\n";
PVE::Tools::file_set_contents("/etc/apt/auth.conf.d/ceph.conf", $ceph_auth);
}
}
--
2.48.1
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH manager] api: subscription: add missing semicolon
2025-03-31 9:15 [pve-devel] [PATCH manager] api: subscription: add missing semicolon Christoph Heiss
@ 2025-03-31 14:32 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-03-31 14:32 UTC (permalink / raw)
To: Proxmox VE development discussion, Christoph Heiss
Am 31.03.25 um 11:15 schrieb Christoph Heiss:
> Fixes a build failure.
>
> Fixes: 52f670250 ("api subscription: output generic apt-auth stanza for ceph")
> Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
> ---
> PVE/API2/Subscription.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-31 14:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-31 9:15 [pve-devel] [PATCH manager] api: subscription: add missing semicolon Christoph Heiss
2025-03-31 14:32 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal