Skip to content

Commit

Permalink
fix(debian platform): Re-add conf-files directive for cargo-deb (v…
Browse files Browse the repository at this point in the history
…ectordotdev#18726)

* Revert "fix(debian platform): Remove `conf-files` directive for `cargo-deb` (vectordotdev#18455)"

This reverts commit 40ef7c4.

* Update Cargo.toml
  • Loading branch information
jszwedko committed Oct 27, 2023
1 parent d9c4f2e commit aa39f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ debug = true
name = "vector"
section = "admin"
maintainer-scripts = "distribution/debian/scripts/"
conf-files = ["/etc/vector/vector.yaml", "/etc/default/vector"]
assets = [
["target/release/vector", "/usr/bin/", "755"],
["config/vector.yaml", "/etc/vector/vector.yaml", "644"],
Expand Down

0 comments on commit aa39f5e

Please sign in to comment.