The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

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

SYNOPSIS

- module: Agent::FileSync
conf:
- src:
driver: svn
args:
dst:
driver: ssh
args:
host: 192.168.1.3
path: /etc/perlbal/perlbal.conf

DESCRIPTION

are two files same?

SCHEMA

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

Tokuhiro Matsuno