]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
change include order to register resource plugin correctly
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 27 Jan 2016 07:24:11 +0000 (08:24 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 27 Jan 2016 07:24:11 +0000 (08:24 +0100)
src/PVE/CLI/ha_manager.pm

index 4017fa5d339f77b5b457ef4f82d1e7a047323f09..0b914e3e4eb17c812b18abaa601c20dda26157e3 100644 (file)
@@ -11,12 +11,12 @@ use PVE::JSONSchema qw(get_standard_option);
 use PVE::CLIHandler;
 use PVE::Cluster;
 
+use PVE::HA::Env::PVE2;
 use PVE::HA::Tools;
 use PVE::HA::Config;
 use PVE::API2::HA::Resources;
 use PVE::API2::HA::Groups;
 use PVE::API2::HA::Status;
-use PVE::HA::Env::PVE2;
 
 use base qw(PVE::CLIHandler);