App::MadEye::Plugin::Agent::FileSync - are two files same??


App-MadEye documentation  | view source Contained in the App-MadEye distribution.

Index


NAME

Top

App::MadEye::Plugin::Agent::FileSync - are two files same??

SYNOPSIS

Top

    - module: Agent::FileSync
      conf:
        - src:
            driver: svn
            args:
              url: http://svn.example.com/trunk/foo/perlbal.conf
          dst:
            driver: ssh
            args:
              host: 192.168.1.3
              path: /etc/perlbal/perlbal.conf

DESCRIPTION

Top

are two files same?

SCHEMA

Top

    type: map
    mapping:
        target:
            type: seq
            required: yes
            sequence:
              - type: map
                required: yes
                mapping:
                    src:
                        type: map
                        required: yes
                        mapping:
                            driver:
                                type: str
                            args:
                                type: any
                    dst:
                        type: map
                        required: yes
                        mapping:
                            driver:
                                type: str
                            args:
                                type: any

AUTHORS

Top

Tokuhiro Matsuno


App-MadEye documentation  | view source Contained in the App-MadEye distribution.