Sure, you can do that, the trick here is knowing you need to (and, conversely, knowing you shouldn't copy a local.ini if couchdb has added a uuid property).
B. On 12 June 2013 14:56, Alexander Shorin <[email protected]> wrote: > On Thu, May 2, 2013 at 7:24 PM, Ian Ward <[email protected]> wrote: >> rnewson asked me to write to the list about the above, in order to >> discuss storing uuid in a place where it may be less likely to be >> copied in deployment management systems / scripts like Puppet. > > It is possible to create custom ini file within %localconfdir%/local.d > (/etc/couchdb/local.d for instance) directory which will override > local.ini uuid option: > > [couchdb] > uuid = myuuid > > This file may be automatically generated with puppet without need to > edit local.ini on each instance. > > -- > ,,,^..^,,,
