Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Puppet module for installation Redis on Debian/Ubuntu
Installs init.d script /etc/init.d/redis-server
Config file goes to /etc/redis.conf
Contains definition redis_source, which allows you
to configure following parameters:
 $version - version of the redis you want to install
 $path - path where you want to install it
 $owner/$group - user/group under which redis process would be running.
Database will be saved to /var/lib/redis 
INSTALLATION
 1. cd /etc/puppet/modules/ && git clone git://github.com/zen4ever/puppet-redis.git redis
 2. Make sure that you have "path" for "exec" in your defaults, something like
 Exec { path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" }
 in the /etc/puppet/manifests/site.pp file.
 3. Include redis class in your nodes where you want to have redis installed.
Credits:
 init.d script was written by Ian Lewis (http://www.ianlewis.org/en/redis-initd-script)

About

Puppet module for redis installation on Debian

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /