fsalum / puppet-redis

Redis Server Module for Puppet
Apache License 2.0
20 stars 68 forks source link

Unset cleanup #27

Closed trlinkin closed 10 years ago

trlinkin commented 10 years ago

Cleanup use of the 'UNSET' string is favor of better Puppet design.

Also change default behavior surrounding the bind directive. It will now listen on 0.0.0.0 by default. Generally speaking, this is a better best practice for module design. It imposes less policy on the people who will be using the module and leaves it as an exercise for them at implementation time.