]> git.proxmox.com Git - pve-cluster.git/commitdiff
notify: use renamed Proxmox::RS::Notify
authorLukas Wagner <l.wagner@proxmox.com>
Mon, 24 Jul 2023 11:26:58 +0000 (13:26 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 24 Jul 2023 12:38:06 +0000 (14:38 +0200)
Suggested-by: Wolfgang Bugmiller <w.bumiller@proxmox.com>
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
src/PVE/Notify.pm

index 48ef772343f31cadcea71066d1a391cc1d5b0ec0..046436202c19050babd8d82977ead076922983a6 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_lock_file cfs_write_file);
-use PVE::RS::Notify;
+use Proxmox::RS::Notify;
 
 cfs_register_file(
     'notifications.cfg',
@@ -46,7 +46,7 @@ sub read_config {
     my $config = cfs_read_file('notifications.cfg');
     my $priv_config = cfs_read_file('priv/notifications.cfg');
 
-    my $notification_config = PVE::RS::Notify->parse_config($config, $priv_config);
+    my $notification_config = Proxmox::RS::Notify->parse_config($config, $priv_config);
 
     eval {
        # This target should always be available...