diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-26 19:23:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-26 19:23:20 -0300 |
commit | 62642575b13863d8537b3544b22f271e8d51bf22 (patch) | |
tree | ed589ad3604dbd886196adb94ae61f5a4bf4a6c5 /templates/sane.d | |
parent | fbbad9b7395ad44b356000c097ad66f10b479675 (diff) | |
download | puppet-nodo-62642575b13863d8537b3544b22f271e8d51bf22.tar.gz puppet-nodo-62642575b13863d8537b3544b22f271e8d51bf22.tar.bz2 |
Set connect_timeout to 15 at saned net template
Diffstat (limited to 'templates/sane.d')
-rw-r--r-- | templates/sane.d/net.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sane.d/net.conf.erb b/templates/sane.d/net.conf.erb index 6d9f10c..d85971c 100644 --- a/templates/sane.d/net.conf.erb +++ b/templates/sane.d/net.conf.erb @@ -4,7 +4,7 @@ # Timeout for the initial connection to saned. This will prevent the backend # from blocking for several minutes trying to connect to an unresponsive # saned host (network outage, host down, ...). Value in seconds. -# connect_timeout = 60 +connect_timeout = 15 ## saned hosts # Each line names a host to attach to. |