diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-23 20:46:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-23 20:46:43 -0300 |
commit | 6957553e0a05dd60d5a6e80c609ae3c9ee9d4728 (patch) | |
tree | de532be53421f632ea057567f24883cf0e6f8736 /templates | |
parent | d5abc5205803624b2e6187da8f5dfc2d17baafc6 (diff) | |
download | puppet-nodo-6957553e0a05dd60d5a6e80c609ae3c9ee9d4728.tar.gz puppet-nodo-6957553e0a05dd60d5a6e80c609ae3c9ee9d4728.tar.bz2 |
Fix deprecation warnings
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sane.d/net.conf.erb | 2 | ||||
-rw-r--r-- | templates/sane.d/saned.conf.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/sane.d/net.conf.erb b/templates/sane.d/net.conf.erb index d85971c..479a664 100644 --- a/templates/sane.d/net.conf.erb +++ b/templates/sane.d/net.conf.erb @@ -12,4 +12,4 @@ connect_timeout = 15 # directly or through the net backend. Going through the net backend # may be necessary to access devices that need special privileges. # localhost -<%= server %> +<%= @server %> diff --git a/templates/sane.d/saned.conf.erb b/templates/sane.d/saned.conf.erb index 38ca9ed..27cc475 100644 --- a/templates/sane.d/saned.conf.erb +++ b/templates/sane.d/saned.conf.erb @@ -25,7 +25,7 @@ data_portrange = 10000 - 10100 #192.168.0.1/29 #[2001:7a8:185e::42:12] #[2001:7a8:185e::42:12]/64 -<%= access_list %> +<%= @access_list %> # NOTE: /etc/inetd.conf (or /etc/xinetd.conf) and # /etc/services must also be properly configured to start |