Set MCollective TTL to 60 years.
This commit is contained in:
parent
2c5d9220a8
commit
8983683bc0
@ -6,6 +6,12 @@ loglevel = debug
|
||||
direct_addressing = 1
|
||||
daemonize = 1
|
||||
|
||||
# Set huge value of ttl to avoid cases with unsyncronized time between nodes
|
||||
# bash$ date -d '2033-5-18 3:33:20 UTC' +%s
|
||||
# 2000000000
|
||||
# It means that ttl equals 63 years and a half.
|
||||
ttl = 2000000000
|
||||
|
||||
# Plugins
|
||||
securityprovider = psk
|
||||
plugin.psk = unset
|
||||
|
@ -9,6 +9,12 @@ loglevel = debug
|
||||
daemonize = 1
|
||||
direct_addressing = 1
|
||||
|
||||
# Set huge value of ttl to avoid cases with unsyncronized time between nodes
|
||||
# bash$ date -d '2033-5-18 3:33:20 UTC' +%s
|
||||
# 2000000000
|
||||
# It means that ttl equals 63 years and a half.
|
||||
ttl = 2000000000
|
||||
|
||||
# Plugins
|
||||
securityprovider = psk
|
||||
plugin.psk = $mco_pskey
|
||||
|
@ -5,6 +5,12 @@ logfile = /var/log/mcollective.log
|
||||
loglevel = info
|
||||
direct_addressing = 1
|
||||
|
||||
# Set huge value of ttl to avoid cases with unsyncronized time between nodes
|
||||
# bash$ date -d '2033-5-18 3:33:20 UTC' +%s
|
||||
# 2000000000
|
||||
# It means that ttl equals 63 years and a half.
|
||||
ttl = 2000000000
|
||||
|
||||
# Plugins
|
||||
securityprovider = psk
|
||||
plugin.psk = <%= pskey %>
|
||||
|
Loading…
Reference in New Issue
Block a user