basho-labs / puppet-riak

A puppet module to deploy Riak clusters
Apache License 2.0
33 stars 37 forks source link

enable the use of own managed repositories #9

Closed savar closed 11 years ago

savar commented 11 years ago

In a secured environment the official repositories aren't necessarily accessible but an own managed repository is. Now it is possible to use a repository but the riak module won't manage the official repository anymore if +manage_repos+ is false (default is true).

haf commented 11 years ago

Could you add some code comments about this in the docs above the class, or next to the conditional statement that you added, and also in the wiki? Then I can merge this.

savar commented 11 years ago

I added some comments in the class docs. What do you mean with 'wiki'? The README.md or the github wiki? And if you mean the github wiki: if I change it then it looks like it is already working and not waiting for merge :)

haf commented 11 years ago

Thanks for your contribution!