Skip to content

Commit

Permalink
Merge pull request redhat-openstack#17 from egon010/master
Browse files Browse the repository at this point in the history
Fix trailing characters from config file template
  • Loading branch information
saz committed Nov 6, 2012
2 parents 8118223 + 6ff2801 commit b4caf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/memcached_sysconfig.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PORT="<%= tcp_port %>"
USER="<%= user %>"
MAXCONN="<%= max_connections %>"
<% Puppet::Parser::Functions.function('memcached_max_memory') -%>
CACHESIZE="<%= scope.function_memcached_max_memory([max_memory]) %>">"
CACHESIZE="<%= scope.function_memcached_max_memory([max_memory]) %>"
OPTIONS="<%
result = []
if @verbosity
Expand Down

0 comments on commit b4caf5c

Please sign in to comment.