From: Thomas Lamprecht Date: Wed, 17 Apr 2019 09:06:32 +0000 (+0000) Subject: fixup comments about RESTEnv access types X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=096b5f5c06fedf934e83ec8e7567245fd544167e fixup comments about RESTEnv access types were pretty outdated Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/RESTEnvironment.pm b/src/PVE/RESTEnvironment.pm index 64c622f..d5b84d0 100644 --- a/src/PVE/RESTEnvironment.pm +++ b/src/PVE/RESTEnvironment.pm @@ -111,9 +111,9 @@ sub init { # environment types # cli ... command started fron command line - # pub ... access from public server (apache) + # pub ... access from public server (pveproxy) # priv ... access from private server (pvedaemon) - # ha ... access from HA resource manager agent (rgmanager) + # ha ... access from HA resource manager agent (pve-ha-manager) my $self = { type => $type };