From 1e7f54c007c0dca3a5a49355b3ff687fe9827d55 Mon Sep 17 00:00:00 2001 From: Sims24 Date: Tue, 10 May 2016 22:33:43 +0200 Subject: [PATCH] + add constraints mode to plugin.pm --- apps/pacemaker/local/plugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/pacemaker/local/plugin.pm b/apps/pacemaker/local/plugin.pm index 960c15d3b..8d5c56c76 100644 --- a/apps/pacemaker/local/plugin.pm +++ b/apps/pacemaker/local/plugin.pm @@ -33,6 +33,7 @@ sub new { $self->{version} = '0.1'; %{$self->{modes}} = ( 'crm' => 'apps::pacemaker::local::mode::crm', + 'constraints' => 'apps::pacemaker::local::mode::constraints', ); return $self;