Skip to content

Commit

Permalink
[fix] Use proper templating syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Jun 7, 2013
1 parent 3682d32 commit a42b10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/redis/templates/redis.conf
Expand Up @@ -256,7 +256,7 @@ slave-priority 100
# use a very strong password otherwise it will be very easy to break.
#
{{#redis.password}}
requirepass {{.}}
requirepass {{redis.password}}
{{/redis.password}}

# Command renaming.
Expand Down Expand Up @@ -570,4 +570,4 @@ client-output-buffer-limit pubsub 32mb 8mb 60
# other files, so use this wisely.
#
# include /path/to/local.conf
# include /path/to/other.conf
# include /path/to/other.conf

0 comments on commit a42b10c

Please sign in to comment.