voxpupuli / puppet-caddy

Puppet Caddy module
MIT License
6 stars 12 forks source link

The `version` parameter is deceptive #94

Open smortex opened 1 year ago

smortex commented 1 year ago

The version parameter default to "2.0.0" but is really only used when install_method is changed to "github": in the default configuration the module download and install the latest release of caddy regardless of the value of the version parameter.

Proposal:

smortex commented 1 year ago

@AstraLuma @dhoppe maybe?

AstraLuma commented 1 year ago

sounds good, as long as it's documented obviously and has reasonable defaults

smortex commented 1 year ago

My feeling is that 2.0.0 is old and making it mandatory for the user to set the version they want is better. I'll open a PR.