#=head1 NAME # # Configuration file for CasparBuster for the shorewall plugin # #=head1 SYNOPSIS # # Define the main parameters for the ShoreWall 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 shorewall = /etc/shorewall/*|root,root,0600 # #=item B # # Define the list of directories to create 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 shorewall = /etc/shorewall|root,root,0750 # #=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 dir # and the second part being the uid, gid and mode to set on the target machine, ',' separated # #=cut #cbplugindirsandfiles shorewall = # #=item B # # Define the list of packages to consider remotely on the target machine. # Parameters are ',' separated. # #=cut cbpluginpkgs shorewall = shorewall # #=item B # # Define the command to launch remotely on the target machine to reload the service og this package. # #=cut cbpkgreload shorewall = sudo /etc/init.d/shorewall restart