From: Silvio Rhatto Date: Thu, 31 Mar 2016 16:26:53 +0000 (-0300) Subject: Fix template deprecation warning X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6275fc145bcac55a30be73dc4fd6af805cd51f43;p=puppet-infinoted.git Fix template deprecation warning --- 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