We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using install_method => vcs, the module use letsencrypt-auto
install_method => vcs
letsencrypt-auto
$command_init = $install_method ? { 'package' => $package_command, 'vcs' => "${path}/letsencrypt-auto", }
Until May 2016, Certbot was named letsencrypt or letsencrypt-auto. Now, the expected used script is certbot-auto.
letsencrypt
certbot-auto
For the moment letsencrypt-auto and certbot-auto are same, and so the module works as expected.
The text was updated successfully, but these errors were encountered:
Closing because there is no VCS install method anymore, it was removed in commit ee77abc.
Sorry, something went wrong.
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
When using
install_method => vcs
, the module useletsencrypt-auto
What behaviour did you expect instead
Until May 2016, Certbot was named
letsencrypt
orletsencrypt-auto
. Now, the expected used script iscertbot-auto
.For the moment
letsencrypt-auto
andcertbot-auto
are same, and so the module works as expected.Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: