Commit c9b2cec5 by Torkel Ödegaard

fix(packaging): deb & rpm package did not mark ldap.toml config file as a…

fix(packaging): deb & rpm package did not mark ldap.toml config file as a configuration file, 2.1.1 & 2.1.2 upgrade overwrote it :(,  fixes #2580
parent e86c87f7
......@@ -221,6 +221,7 @@ func createPackage(options linuxPackageOptions) {
"--license", "Apache 2.0",
"--maintainer", "contact@grafana.org",
"--config-files", options.configFilePath,
"--config-files", options.ldapFilePath,
"--config-files", options.initdScriptFilePath,
"--config-files", options.etcDefaultFilePath,
"--config-files", options.systemdServiceFilePath,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment