diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-31 14:45:02 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-31 14:45:02 -0200 |
commit | 301667e66aa403e4699fa9c895b994e6213e55f6 (patch) | |
tree | 8afcf2bd00515e1068b23da04be1f0a9f27cba08 /templates | |
parent | 51dad1ad46f7415a180390afe624946c37ee86ac (diff) | |
download | puppet-nodo-301667e66aa403e4699fa9c895b994e6213e55f6.tar.gz puppet-nodo-301667e66aa403e4699fa9c895b994e6213e55f6.tar.bz2 |
Scanning over network support
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sane.d/saned.erb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/sane.d/saned.erb b/templates/sane.d/saned.erb new file mode 100644 index 0000000..6d9f10c --- /dev/null +++ b/templates/sane.d/saned.erb @@ -0,0 +1,15 @@ +# This is the net backend config file. + +## net backend options +# 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 + +## saned hosts +# Each line names a host to attach to. +# If you list "localhost" then your backends can be accessed either +# directly or through the net backend. Going through the net backend +# may be necessary to access devices that need special privileges. +# localhost +<%= server %> |