Changeset 403 for trunk/confman.conf.in


Ignore:
Timestamp:
07/26/2009 15:52:46 (3 years ago)
Author:
blee
Message:

Implement a configurable delay for confsync and confaudit.

Introduces two new conf options:

  • CONF_SYNC_SLEEP
  • CONF_AUDIT_SLEEP

Each specifies an integer number of seconds for the respective utility
to sleep before executing.

Fixes #55

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.conf.in

    r402 r403  
    7373CONF_SSH_KEY="/root/.ssh/id_rsa" 
    7474 
    75 # A command to delay the execution of confsync 
    76 CONF_SYNC_DELAY_CMD="" 
     75# confsync sleep (in seconds) 
     76CONF_SYNC_SLEEP="" 
    7777 
    78 # A command to delay the execution of confaudit 
    79 CONF_AUDIT_DELAY_CMD="" 
     78# confaudit sleep (in seconds) 
     79CONF_AUDIT_SLEEP="" 
    8080 
    8181# Enable or disable debugging 
Note: See TracChangeset for help on using the changeset viewer.