Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from MatthiasWiesner/redis_user
Browse files Browse the repository at this point in the history
Prevent default redis-server from automatically start
  • Loading branch information
dwerder committed Nov 2, 2015
2 parents f1006e2 + 748e226 commit 75cffe8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
case $::operatingsystem {
'Debian', 'Ubuntu': {
package { 'redis-server' : ensure => $redis_version, }
service { 'redis-server' :
ensure => stopped,
subscribe => Package['redis-server']
}
}
'Fedora', 'RedHat', 'CentOS', 'OEL', 'OracleLinux', 'Amazon', 'Scientific', 'SLES': {
package { 'redis' : ensure => $redis_version, }
Expand Down

0 comments on commit 75cffe8

Please sign in to comment.