-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require a version when installing from GitHub
The `caddy::version` parameter is only used when `caddy::install_method` is "github", but no error was previously raised if the user set a specific version that was ignored, and the resulting configuration was not what the user expected. In order to avoid confusion, do not default to an outdated version of caddy when installing from GitHub (requiring the user to explicily tell which version they want) and raise an error if a version is set but is ignored. This should make the module more user-friendly for new users.
- Loading branch information
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters