blob: 0b00f7c35001a5064abaa7679cf831cba700ae67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Configuration options for bcfg2 client
# BCFG2_OPTIONS:
# Set the default options for Bcfg2 on startup
#
#BCFG2_OPTIONS="-q"
# BCFG_ENABLED:
# Should Bcfg2 be run automatically by system scripts
#
# Uncomment the following line to automatically start bcfg2 on startup
#
#BCFG2_ENABLED=1
# BCFG2_CRON:
# Set the frequency of cron runs.
#
# Can be set to off, hourly or daily
#BCFG2_CRON=off
|