| Revision 1485,
1.1 KB
checked in by bruno, 14 months ago
(diff) |
- Adds a Plugin module to support plugin management
- cbusterize now works with both -s and -p options
- One plugin example added (dhcpd)
-cb script started. Not working now
|
| Line | |
|---|
| 1 | #=head1 NAME |
|---|
| 2 | # |
|---|
| 3 | # Configuration file for CasparBuster for the dhcpd plugin |
|---|
| 4 | # |
|---|
| 5 | #=head1 SYNOPSIS |
|---|
| 6 | # |
|---|
| 7 | # Define the main parameters for the DHCPD plugin for CasparBuster |
|---|
| 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 | # |
|---|
| 22 | cbpluginfiles dhcpd = /etc/dhcpd.conf|root,root,0644 |
|---|
| 23 | # |
|---|
| 24 | #=item B<cbplugindirs> |
|---|
| 25 | # |
|---|
| 26 | # Define the list of directories to recursively copy remotely on the target machine. |
|---|
| 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 |
|---|
| 32 | cbplugindirs dhcpd = |
|---|
| 33 | # |
|---|
| 34 | #=item B<cbpluginreload> |
|---|
| 35 | # |
|---|
| 36 | # Define the command to launch remotely on the target machine to reload the service. |
|---|
| 37 | # |
|---|
| 38 | #=cut |
|---|
| 39 | cbpluginreload dhcpd = sudo /etc/init.d/dhcpd restart |
|---|
Note: See
TracBrowser
for help on using the repository browser.