Changeset 355
- Timestamp:
- 01/17/07 22:43:01 (2 years ago)
- Files:
-
- library/perl/trunk/Assurer/lib/Assurer.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
library/perl/trunk/Assurer/lib/Assurer.pm
r354 r355 85 85 86 86 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} ) { 88 88 for my $host ( @{ $self->{hosts} } ) { 89 89 next if ( $plugin->{role} and ( !defined $host->{role} or $host->{role} ne $plugin->{role} ) );
