coder / modules

A collection of Terraform Modules to extend Coder templates.
https://registry.coder.com
Apache License 2.0
33 stars 33 forks source link

fix(kasmVNC): fix debian installation and improve logging #326

Closed djarbz closed 1 month ago

djarbz commented 1 month ago

I needed to add an apt-get update so that it could install dependencies.

I also took the opportunity to cleanup the log output for both curl and apt-get.

Additionally, we now log the KASM version.

Fixes https://github.com/coder/modules/issues/325

djarbz commented 1 month ago

Absolutely!

I've noticed an issue with the concurrency of modules with APT locks.

I have a thought about how to possibly address module dependencies, would you prefer I open an issue or discussion?

matifali commented 1 month ago

@djarbz Yes, sure. You can also relate with #93.