cybertec-postgresql / vip-manager

Manages a virtual IP based on state kept in etcd or Consul
BSD 2-Clause "Simplified" License
207 stars 41 forks source link

[-] mark config file as "noreplace" so it won't be overwritten by rpm updates #226

Closed lukasertl closed 5 months ago

lukasertl commented 5 months ago

According to the nfpm docs a config file must be marked "noreplace", otherwise it will be overwritten when updating the rpm package.

See: https://goreleaser.com/customization/nfpm/ https://www.cl.cam.ac.uk/~jw35/docs/rpm_config.html