Skip to content

Commit

Permalink
fix(distribution): Use yaml instead of toml file (vectordotdev#18606)
Browse files Browse the repository at this point in the history
Since YAML is the default now

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko authored Sep 19, 2023
1 parent d179c57 commit 24701cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/rpm/vector.spec
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%{_bindir}/*
%{_unitdir}/vector.service
%config(noreplace) %{_sysconfdir}/%{_name}/vector.toml
%config(noreplace) %{_sysconfdir}/%{_name}/vector.yaml
%config(noreplace) %{_sysconfdir}/default/vector
%config %{_sysconfdir}/%{_name}/examples/*
%dir %{_sharedstatedir}/%{_name}
Expand Down

0 comments on commit 24701cf

Please sign in to comment.