puppet-redis
puppet-redis copied to clipboard
Redis Server Module for Puppet
After upgrading to Redis 3.2, puppet runs are now deleting the entire contents of Redis.conf. The heart of the issue if the redis.conf.erb template does not contain a block for...
It seems to be not supported anymore: `` Warning: Facter: timeout option is not supported for custom facts and will be ignored. ``
Hi. I really like this module except for the lookup of the redis version. This fact gets executed on every server regardless of its redis intentions and the yum command...
The version fact currently supplies the available redis version regardless of whether it's installed or not. The result is that all nodes contain a fact that implies that the latest...
When I try to use puppet-redis in docker (base devopsil/puppet), I get strange error. Trace: ``` $ make docker ps -a | grep -v IMAGE | awk '{ print $1...
This PR includes: - The ability to make the Redis installation optional in the Sentinel setup (useful when you manage Redis installation in separate manifests/modules) - The ability to specify...
This PR allows the service_name to be specified. The use case for this is when you manually download and install a version of Redis not available in the package repositories...
I kept finding that my Debian-based systems weren't starting with the proper config. It turns out that, because Debian auto-starts the service, if you don't notify the service that the...
Trying to have some options for redis and also configure Sentinel, but If I declare the class configs for Redis and Sentinel, I get Duplicate declaration: Package[redis] is already declared...
This adds a simple redis_port fact that checks the port configuration in redis.conf as specified in the params module for each platform.