lmenezes/cerebro

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

Open

#369 aperta il 16 mag 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (721 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (5411 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor