Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong redis.conf after c45049986a7fcb1c9a0591de123c6bf97c761355 #142

Closed
amoralej opened this issue Dec 2, 2016 · 1 comment
Closed

Wrong redis.conf after c45049986a7fcb1c9a0591de123c6bf97c761355 #142

amoralej opened this issue Dec 2, 2016 · 1 comment
Labels
bug Something isn't working

Comments

@amoralej
Copy link
Contributor

amoralej commented Dec 2, 2016

After commit c450499 , a bunch of parameters in redis.conf are left without any value, for example:

syslog-facility
masterauth
...

If parameter is not passed:

I'm using following puppet manifest:

class { '::redis':
bind => '0.0.0.0',
port => 6379,
appendonly => true,
daemonize => false,
unixsocket => false,
}

With puppet-redis before commit c450499, it work fine. After this commit redis doesn't start as redis.conf.

@amoralej amoralej changed the title Wrong redis.conf after c3ceec0e030453bc8a688d10e4f58f122fb11acb Wrong redis.conf after c45049986a7fcb1c9a0591de123c6bf97c761355 Dec 2, 2016
@petems
Copy link
Member

petems commented Dec 3, 2016

Fixed in ##143

@petems petems closed this as completed Dec 3, 2016
@petems petems added the bug Something isn't working label May 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants