When starting elasticsearch, the keystore file is automatically generated. This file should be backed up (if the elasticsearch data is backed up, too). However, the file is not being generated if it exists already, even if it is empty.
So: we need to be able to say, in the manifest, that if the file exists we want it to be backed up, but if not, that's fine, too. Currently either source or template are required, and that seems overconstrained.
When starting elasticsearch, the keystore file is automatically generated. This file should be backed up (if the elasticsearch data is backed up, too). However, the file is not being generated if it exists already, even if it is empty.
So: we need to be able to say, in the manifest, that if the file exists we want it to be backed up, but if not, that's fine, too. Currently either source or template are required, and that seems overconstrained.