]> git.proxmox.com Git - pmg-api.git/commit
utils: fix service_aliases usage
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 30 Jun 2021 16:39:54 +0000 (18:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 3 Jul 2021 20:05:50 +0000 (22:05 +0200)
commit0a05c9d2de4ecb0094d42e7676fb486c2b1db8e2
treee672db7b5d7c9cc24843b3250467412b43d8b0a9
parentc56a7321e7871451150df8156f5664b1db8c159f
utils: fix service_aliases usage

2 errors were introduced in 4f06ff8ac21baa5736060221191fb109e20d8e37:

* a typo in the postgresql service name
* it missed the other uses of the service_name hash, apart from the
  lookup_real_service_name sub.

both fixed here

Reported-by: Martin Maurer <martin@proxmox.com>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PMG/Utils.pm