keyMsgFail was missing (closes: #974)

environments/ppa-mbqj77/deployments/1
Xavier Guimard 9 years ago
parent 2194b8beef
commit 3dc93bd0aa
  1. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build.pm

@ -21,7 +21,7 @@ has defaultValuesFile => ( isa => 'Str', is => 'ro', required => 1 );
has confConstantsFile => ( isa => 'Str', is => 'ro', required => 1 );
has firstLmConfFile => ( isa => 'Str', is => 'ro', required => 1 );
my @managerAttrKeys = qw(keyTest select type test msgFail default);
my @managerAttrKeys = qw(keyTest keyMsgFail select type test msgFail default);
my $format = 'Creating %-69s: ';
my $reIgnoreKeys = qr/^$/;
my $module = __PACKAGE__;

Loading…
Cancel
Save