Skip to content

Commit

Permalink
Merge pull request #18 from jlambert121/readme_fix
Browse files Browse the repository at this point in the history
s/riak/redis
  • Loading branch information
jlambert121 committed Oct 27, 2013
2 parents 6c97f59 + 84c9161 commit 604b3a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
What is it?
===========

A Puppet module that manages Riak.
A Puppet module that manages redis.

Released under the Apache 2.0 licence

Expand All @@ -10,10 +10,10 @@ Usage:

To install:
<pre>
class { 'riak': }
class { 'redis': }
</pre>

Lots of config parameters: [init.pp](https://github.com/evenup/evenup-riak/blob/master/manifests/init.pp)
Lots of config parameters: [init.pp](https://github.com/evenup/evenup-redis/blob/master/manifests/init.pp)

Contribute:
-----------
Expand Down

0 comments on commit 604b3a0

Please sign in to comment.