Skip to content

Commit

Permalink
Set local variable in config.pp.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygt-davidstirling committed Aug 4, 2015
1 parent 5efad9a commit f169b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
$slave_read_only = $::redis::slave_read_only
$repl_timeout = $::redis::repl_timeout
$requirepass = $::redis::requirepass
$save_db_to_disk = $::redis::save_db_to_disk
$maxclients = $::redis::maxclients
$maxmemory = $::redis::maxmemory
$maxmemory_policy = $::redis::maxmemory_policy
Expand Down

0 comments on commit f169b64

Please sign in to comment.