]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/RESTEnvironment.pm
fixup comments about RESTEnv access types
[pve-common.git] / src / PVE / RESTEnvironment.pm
index 64c622f479c3543af3bf47025f39774e4f110a35..d5b84d0df22e716a80ee4cb136aa84c08be86638 100644 (file)
@@ -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 };