#=head1 NAME # # Configuration file for CasparBuster for the dhcpd plugin # #=head1 SYNOPSIS # # Define the main parameters for the DHCPD plugin for CasparBuster # #=head1 CONFIGURATION ITEMS # #=over 4 # #=item B # # Define the list of files to copy remotely on the target machine. # Parameters are ';' separated. # A parameter is then '|' separated, the first part being the full path name of the file # and the second part being the uid, gid and mode to set on the target machine, ',' separated # #=cut # cbpluginfiles dhcpd = /etc/dhcpd.conf|root,root,0644 # #=item B # # Define the list of directories to recursively copy remotely on the target machine. # Parameters are ';' separated. # A parameter is then '|' separated, the first part being the full path name of the file # and the second part being the uid, gid and mode to set on the target machine, ',' separated # #=cut cbplugindirs dhcpd = # #=item B # # Define the command to launch remotely on the target machine to reload the service. # #=cut cbpluginreload dhcpd = sudo /etc/init.d/dhcpd restart