PVE/AbstractConfig.pm - include missing classes

This commit is contained in:
Dietmar Maurer 2017-06-13 06:13:39 +02:00
parent 55222f3747
commit 14f17b497a

View File

@ -8,6 +8,9 @@ use PVE::INotify;
use PVE::Cluster;
use PVE::Storage;
use PVE::ReplicationConfig;
use PVE::Replication;
my $nodename = PVE::INotify::nodename();
# Printable string, currently either "VM" or "CT"