puppet/redis/templates/local.conf.erb
2013-06-29 23:49:26 +03:00

6 lines
154 B
Text

bind 127.0.0.1
dir /srv/redis
appendonly <% if @appendonly == true %>yes<% else %>no<% end %>
<% if @password -%>
requirepass <%= @password %>
<% end -%>