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.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwerder committed Apr 11, 2014
1 parent 19becfe commit 81a7fca
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2014-04-11 - 1.1.0 (Feature release)

#### Features:

- add support for sentinel. See `redis::sentinel`

## 2014-04-09 - 1.0.0

#### Features:
Expand Down
4 changes: 2 additions & 2 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name 'dwerder-redis'
version '1.0.0'
version '1.1.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'
description 'This module installs redis from source and configures multiple instances.'
description 'This module installs redis from source and can configure multiple instances of redis and sentinel.'
project_page 'https://github.com/echocat/puppet-redis'
21 changes: 13 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
}
],
"name": "dwerder-redis",
"version": "1.0.0",
"version": "1.1.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",
"description": "This module installs redis from source and configures multiple instances.",
"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,18 +41,23 @@

],
"checksums": {
"CHANGELOG.md": "e2e98d45fc31bcfee17a24b2bad2877c",
"CHANGELOG.md": "e406ef0755e53fbe8a55814aca0323f3",
"LICENSE": "c6ae443b10f94fe4cc4bd3f5706f3798",
"Modulefile": "d79c5b6e834b8cd4029dd73f4397b7f4",
"README.md": "3e5226a02fec132c5822ce2a83d74bae",
"Modulefile": "81c9020d6ee1d9ae25daa957fa46554c",
"README.md": "7693e22a1117d477620358dd6ed4e930",
"manifests/init.pp": "770c93553664fcf3b59fecfa50698a1a",
"manifests/install.pp": "e0b52f22fae8ea1d982115941ae7af54",
"manifests/installbinary.pp": "4260d22fe5c81fb93dc6bc4fa80ac551",
"manifests/params.pp": "112ba02292125f691a72ee1d6ce737f8",
"manifests/server.pp": "1850746b1b6a224023c5584165d8a462",
"manifests/sentinel.pp": "400bf50252a2cb72c289ef556c0f8df1",
"manifests/server.pp": "ad2b94cef04a4fdb980dcf60e2aefa1d",
"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/logrotate.conf.erb": "b970f7afb0f7434e8e0e678e2437196d"
"templates/etc/sentinel.conf.erb": "067d7075584fb32f34746e673f2540b4",
"templates/redis_logrotate.conf.erb": "b970f7afb0f7434e8e0e678e2437196d",
"templates/sentinel_logrotate.conf.erb": "e67b714192cf82928fbb8e4d2c93e3cf"
}
}
}

0 comments on commit 81a7fca

Please sign in to comment.