forked from voxpupuli/puppet-redis
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds defined type for mult-instancing (voxpupuli#200)
* Move the config logic into a defined type * This will allow us to have multiple instances of redis on one machine * Example code: ``` # Install redis package class { '::redis': default_install => false, } redis::instance {'redis1': port => '7777', } redis::instance {'redis2': port => '8888', } ```
- Loading branch information
Showing
10 changed files
with
672 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.