basho-labs / puppet-riak

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

Add parameter vmargs_source and vmargs_template to the main init.pp file #37

Closed ciaby closed 10 years ago

ciaby commented 10 years ago

I added two parameters to the main module. This should allow the possibility of specifying either a source file or a template for the vm.args configuration file. The vmargs.pp file already handle that, but is was never used (it only checks for $vmargs_cfg).

haf commented 10 years ago

Thanks @ciaby