From c4f711cce443e405705fe4aee27984b8ab60119a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 31 Dec 2014 14:50:17 -0200 Subject: Fix template name --- templates/sane.d/net.conf.erb | 15 +++++++++++++++ templates/sane.d/saned.erb | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 templates/sane.d/net.conf.erb delete mode 100644 templates/sane.d/saned.erb (limited to 'templates') diff --git a/templates/sane.d/net.conf.erb b/templates/sane.d/net.conf.erb new file mode 100644 index 0000000..6d9f10c --- /dev/null +++ b/templates/sane.d/net.conf.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 %> 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 %> -- cgit v1.2.3