Changeset 3363

Show
Ignore:
Timestamp:
02/14/10 16:30:02 (2 years ago)
Author:
steve.schnepp
Message:

bug: the master cap is a string and not a qw()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • people/snide/pre_1.5/master/lib/Munin/Master/Node.pm

    r3355 r3363  
    3131        reader  => undef, 
    3232        writer  => undef, 
    33         master_capabilities => qw(multigraph dirtyconfig)
     33        master_capabilities => "multigraph dirtyconfig"
    3434        io_timeout => 120, 
    3535        configref => $configref,