diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-31 13:26:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-31 13:26:53 -0300 |
commit | 6275fc145bcac55a30be73dc4fd6af805cd51f43 (patch) | |
tree | 1a13154b67aa6bfcfade121cd6c0a9b96a64dcbc | |
parent | 57510614424ca09f280a9f2542f898610bd01d6b (diff) | |
download | puppet-infinoted-6275fc145bcac55a30be73dc4fd6af805cd51f43.tar.gz puppet-infinoted-6275fc145bcac55a30be73dc4fd6af805cd51f43.tar.bz2 |
Fix template deprecation warning
-rw-r--r-- | templates/infinoted.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |