Show
Ignore:
Timestamp:
01/17/07 22:43:01 (2 years ago)
Author:
miya
Message:

Assure: modify $plugin->{config} to $plugin->conf.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • library/perl/trunk/Assurer/lib/Assurer.pm

    r354 r355  
    8585 
    8686    for my $plugin ( @{ $self->{hooks}->{$hook} || [] } ) { 
    87         if ( $hook eq 'test' and $self->{hosts} and !defined $plugin->{config}->{host} ) { 
     87        if ( $hook eq 'test' and $self->{hosts} and !defined $plugin->conf->{host} ) { 
    8888            for my $host ( @{ $self->{hosts} } ) { 
    8989                next if ( $plugin->{role} and ( !defined $host->{role} or $host->{role} ne $plugin->{role} ) );