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

- 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

are two files same?

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

Tokuhiro Matsuno