basho-labs / puppet-riak

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

on|off config parameters should be '__atom' right? #10

Closed savar closed 11 years ago

savar commented 11 years ago

in the appconfig.pp we have this one:

http_url_encoding     => 'on' 

but shouldn't it be

http_url_encoding     => '__atom_on' 

?

It was at least necessary for anti_entropy. Otherwise it wasn't enabled (so "on" didn't work).

haf commented 11 years ago

Pull request :)?

savar commented 11 years ago

sorry yes :).. i recognized it after I already did everything and because we're not using the HTTP api... aehm.. you know? ;).. next time...