Set MCollective TTL to 60 years.

This commit is contained in:
Andrey Danin 2013-06-14 15:33:56 +04:00
parent 2c5d9220a8
commit 8983683bc0
3 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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 %>