lmenezes/cerebro

Debian/RPM packages: Please put configuration directly in /etc

Open

#369 建立於 2019年5月16日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (5,411 star) (721 fork)batch import
enhancementhelp wanted

描述

Thank you for providing Debian/RPM Packages. They place the configuration into /etc by using a symbolic link like:

root@kibana:~# ls -l /etc/cerebro
lrwxrwxrwx 1 root root 23 Apr  5 10:48 /etc/cerebro -> /usr/share/cerebro/conf

However that breaks managing configuration files with a Git repository within /etc as Git would not follow the symbolic link.

Please consider installing the configuration directly within /etc/cerebro directory.

貢獻者指南