chocolatey-consul icon indicating copy to clipboard operation
chocolatey-consul copied to clipboard

Chocolatey package for Consul

Results 6 chocolatey-consul issues
Sort by recently updated
recently updated
newest added

Currently the 1.11.0-alpha is in place. There are serious security issues fixed in 1.9.x - 1.10.x https://github.com/hashicorp/consul/blob/main/CHANGELOG.md

`chocolateyInstall.ps1` uses NSSM to redirect stdout and stderr to `"$serviceLogDirectory\consul-output.log"` and `"$serviceLogDirectory\consul-error.log"` respectively. Could this functionality get offloaded back to consul itself via agent flags [-log-file](https://www.consul.io/docs/agent/options#_log_file), [-log-rotate-bytes](https://www.consul.io/docs/agent/options#_log_rotate_bytes), [-log-rotate-duration](https://www.consul.io/docs/agent/options#_log_rotate_duration), [-log-rotate-max-files](https://www.consul.io/docs/agent/options#_log_rotate_max_files), and...

I've never created/updated a choco package before and I don't have a test harness to check if this works as a choco package, so could someone review the changes to...

``` Chocolatey v0.10.15 Installing the following packages: consul By installing you accept licenses for the packages. Progress: Downloading consul 1.6.3... 100% consul v1.6.3 [Approved] consul package files install completed. Performing...

Even with nssm installed through chocolatey I receive the following error when trying to install consul: ``` Installing service: consul ERROR: The term 'C:\ProgramData\chocolatey\bin\nssm.exe' is not recognized as the name...

It would appear that the scheduled job to delete old log files is setup so that it only runs when the user is logged in, which mostly won't be the...