source: ProjectBuilder/projects/casparbuster/devel/etc/cb/plugins/shorewall.conf@ 1679

Last change on this file since 1679 was 1679, checked in by Bruno Cornec, 11 years ago
  • Start working on plugins
File size: 1.7 KB
RevLine 
[1494]1#=head1 NAME
2#
[1547]3# Configuration file for CasparBuster for the shorewall plugin
[1494]4#
5#=head1 SYNOPSIS
6#
[1547]7# Define the main parameters for the ShoreWall plugin for CasparBuster
[1494]8#
9#=head1 CONFIGURATION ITEMS
10#
11#=over 4
12#
13#=item B<cbpluginfiles>
14#
15# Define the list of files to copy remotely on the target machine.
16# Parameters are ';' separated.
17# A parameter is then '|' separated, the first part being the full path name of the file
18# and the second part being the uid, gid and mode to set on the target machine, ',' separated
19#
20#=cut
21#
[1679]22#cbpluginfiles shorewall = /etc/shorewall/*|root,root,0600
[1494]23#
24#=item B<cbplugindirs>
25#
[1547]26# Define the list of directories to create remotely on the target machine.
[1494]27# Parameters are ';' separated.
28# A parameter is then '|' separated, the first part being the full path name of the file
29# and the second part being the uid, gid and mode to set on the target machine, ',' separated
30#
31#=cut
[1679]32#cbplugindirs shorewall = /etc/shorewall|root,root,0750
[1494]33#
34#=item B<cbplugindirsandfiles>
35#
36# Define the list of directories to recursively copy remotely on the target machine.
37# Parameters are ';' separated.
[1547]38# A parameter is then '|' separated, the first part being the full path name of the dir
[1494]39# and the second part being the uid, gid and mode to set on the target machine, ',' separated
40#
41#=cut
[1679]42#cbplugindirsandfiles shorewall =
[1494]43#
[1679]44#=item B<cbpluginpkgs>
[1494]45#
[1679]46# Define the list of packages to consider remotely on the target machine.
47# Parameters are ',' separated.
[1494]48#
49#=cut
[1679]50cbpluginpkgs shorewall = shorewall
51#
52#=item B<cbpkgreload>
53#
54# Define the command to launch remotely on the target machine to reload the service og this package.
55#
56#=cut
57cbpkgreload shorewall = sudo /etc/init.d/shorewall restart
Note: See TracBrowser for help on using the repository browser.