9,205 downloads
9,052 latest version
3.9 quality score
Add this module to a Bolt project:
bolt module add jbussdieker-redis
Add this declaration to your Puppetfile:
mod 'jbussdieker-redis', '0.0.2'
Manually install this module with Puppet module tool:
puppet module install jbussdieker-redis --version 0.0.2
Downloading to your local machine is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code or for testing purposes.
This module manages installing, configuring and running redis.
class {'redis': port => 6379, }