From 6275fc145bcac55a30be73dc4fd6af805cd51f43 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 31 Mar 2016 13:26:53 -0300 Subject: Fix template deprecation warning --- templates/infinoted.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/infinoted.conf.erb b/templates/infinoted.conf.erb index 8cac491..c5bed05 100644 --- a/templates/infinoted.conf.erb +++ b/templates/infinoted.conf.erb @@ -1,5 +1,5 @@ [infinoted] -password=<%= password %> +password=<%= @password %> security-policy=require-tls certificate-file=/var/lib/infinoted/.certs/infinoted.cert key-file=/var/lib/infinoted/.certs/infinoted.key -- cgit v1.2.3