Fix pacemaker local plugin

This commit is contained in:
Quentin Garnier 2014-09-30 17:07:10 +02:00
parent 12f9ba5b0e
commit bca624c7d3
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ sub parse_output {
} elsif ($line =~ /^Failed actions\:/) {
# Check Failed Actions
my $skip = 0;
foreach (@{$self->{option_results}->{ignore_failed_actions})} {
foreach (@{$self->{option_results}->{ignore_failed_actions}}) {
if ($line =~ /$_/) {
$skip = 1;
last;