Skip to content

Commit

Permalink
Suse conf file fix
Browse files Browse the repository at this point in the history
conf file must match pid file otherwise service status and stop doesn't work
  • Loading branch information
christofhaerens committed May 6, 2015
1 parent d7c95a0 commit 20baca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Expand Up @@ -149,7 +149,7 @@
'Suse': {
$config_dir = '/etc/redis'
$config_dir_mode = '0750'
$config_file = '/etc/redis/redis.conf'
$config_file = '/etc/redis/redis-server.conf'
$config_file_mode = '0644'
$config_group = 'redis'
$config_owner = 'redis'
Expand Down

0 comments on commit 20baca4

Please sign in to comment.