diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-31 14:50:17 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-31 14:50:17 -0200 |
commit | c4f711cce443e405705fe4aee27984b8ab60119a (patch) | |
tree | 76c20fbc737bb289d5e0d1aabc65167fae748e0d /templates/sane.d/saned.erb | |
parent | d963cc756750975388dcc65e24cf77eb680c9d2e (diff) | |
download | puppet-nodo-c4f711cce443e405705fe4aee27984b8ab60119a.tar.gz puppet-nodo-c4f711cce443e405705fe4aee27984b8ab60119a.tar.bz2 |
Fix template name
Diffstat (limited to 'templates/sane.d/saned.erb')
-rw-r--r-- | templates/sane.d/saned.erb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/sane.d/saned.erb b/templates/sane.d/saned.erb deleted file mode 100644 index 6d9f10c..0000000 --- a/templates/sane.d/saned.erb +++ /dev/null @@ -1,15 +0,0 @@ -# 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 %> |