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

Commit

Permalink
prepare puppetforge release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerder committed Nov 8, 2014
1 parent 0b8c246 commit 28bbacf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2014-11-08 - 1.2.0 (Feature release)

#### Features:

- support install via REPO instead of compile from source
- new examples in README
- lots of new parameters for master/slave
- lots of new parameters for aof and co

## 2014-04-11 - 1.1.0 (Feature release)

#### Features:
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'dwerder-redis'
version '1.1.0'
version '1.2.0'
source 'git clone https://github.com/echocat/puppet-redis.git'
author 'Daniel Werdermann'
license 'Mozilla Public License Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
##Overview

This module installs and makes basic configs for multiple redis instances on
the same node. It installs redis from source. (http://redis.io/)
the same node. It installs redis via REPO or from source. (http://redis.io/)
It also can configure the monitoring server Sentinel.

##Setup
Expand Down
18 changes: 9 additions & 9 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
}
],
"name": "dwerder-redis",
"version": "1.1.0",
"version": "1.2.0",
"source": "git clone https://github.com/echocat/puppet-redis.git",
"author": "Daniel Werdermann",
"license": "Mozilla Public License Version 2.0",
"summary": "Install and configure redis from source",
"summary": "Install and configure redis and sentinel from source",
"description": "This module installs redis from source and can configure multiple instances of redis and sentinel.",
"project_page": "https://github.com/echocat/puppet-redis",
"dependencies": [
Expand All @@ -41,21 +41,21 @@

],
"checksums": {
"CHANGELOG.md": "e406ef0755e53fbe8a55814aca0323f3",
"CHANGELOG.md": "ce3fb799c01f237b826f861c05b64076",
"LICENSE": "c6ae443b10f94fe4cc4bd3f5706f3798",
"Modulefile": "81c9020d6ee1d9ae25daa957fa46554c",
"README.md": "7693e22a1117d477620358dd6ed4e930",
"Modulefile": "632db6d1d4c2e70fabe0f88963b022e1",
"README.md": "f24c422f2a1a25b99b9180741bf61330",
"manifests/init.pp": "770c93553664fcf3b59fecfa50698a1a",
"manifests/install.pp": "e0b52f22fae8ea1d982115941ae7af54",
"manifests/install.pp": "8e52b58440f7be67b404ecd42e613c46",
"manifests/installbinary.pp": "4260d22fe5c81fb93dc6bc4fa80ac551",
"manifests/params.pp": "112ba02292125f691a72ee1d6ce737f8",
"manifests/params.pp": "cbf6ff542b899350e51554f99e259c7e",
"manifests/sentinel.pp": "400bf50252a2cb72c289ef556c0f8df1",
"manifests/server.pp": "ad2b94cef04a4fdb980dcf60e2aefa1d",
"manifests/server.pp": "1f6417ffe2578a266e0f3b4c54593490",
"templates/etc/init.d/debian_redis-sentinel.erb": "b411279ba0f82764fb0e6e12f1e8e79c",
"templates/etc/init.d/debian_redis-server.erb": "803df94bb7a612cc61c01b31951a0fe1",
"templates/etc/init.d/redhat_redis-sentinel.erb": "7e3053acf9f1cb50f1d217333d30609a",
"templates/etc/init.d/redhat_redis-server.erb": "1568a703f5a1c6e242c80fcd623c57d6",
"templates/etc/redis.conf.erb": "28b1751bd0a39ea64bed4f5fdd527c63",
"templates/etc/redis.conf.erb": "8db46f22ef3bde1ab896dcfa2245e45c",
"templates/etc/sentinel.conf.erb": "067d7075584fb32f34746e673f2540b4",
"templates/redis_logrotate.conf.erb": "b970f7afb0f7434e8e0e678e2437196d",
"templates/sentinel_logrotate.conf.erb": "e67b714192cf82928fbb8e4d2c93e3cf"
Expand Down

0 comments on commit 28bbacf

Please sign in to comment.