Version information
released Apr 11th 2014
Start using this module
Add this module to your Puppetfile:
mod 'counsyl-redis', '0.9.3'
Learn more about managing modules with a PuppetfileDocumentation
counsyl/redis — version 0.9.3 Apr 11th 2014
redis
This module installs and configures a Redis server instance on a Debian platform. To use, simply:
include redis
Also included are the classes:
redis::config
: Allows specifiying a configuration file via file source or template.redis::iptables
: Sets up a firewall rule allowing external access to a Redis instance -- use of this requires the puppetlabs-firewall module.
License
Apache License, Version 2.0
Contact
Justin Bronn justin@counsyl.com
Support
Please log tickets and issues at https://github.com/counsyl/puppet-redis
Dependencies
- counsyl/sys (>= 0.9.13)
Copyright 2013-2014 Counsyl, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.