1 package FS::part_export::bind_slave;
3 use vars qw(@ISA %info);
5 use FS::part_export::null;
7 @ISA = qw(FS::part_export::null);
9 tie my %options, 'Tie::IxHash',
10 'master' => { label=> 'Master IP address(s) (semicolon-separated)' },
11 %FS::part_export::bind::options,
13 delete $options{'zonepath'};
16 'svc' => 'svc_domain',
17 'desc' =>'Batch export to slave BIND named',
18 'options' => \%options,
20 Batch export of BIND configuration file to a secondary nameserver. Zones are
21 slaved from the listed masters.
22 <a href="http://search.cpan.org/dist/File-Rsync">File::Rsync</a>
23 must be installed. Run bin/bind.export to export the files.