puppet/redis/templates/local.conf.erb
2013-07-16 22:09:33 +03:00

6 lines
157 B
Text

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