Closed
Description
Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: any
- Ruby: any
- Distribution: any
- Module version: 2.5.0
How to reproduce (e.g Puppet code you use)
What are you seeing
When using install_method => vcs
, the module use letsencrypt-auto
$command_init = $install_method ? {
'package' => $package_command,
'vcs' => "${path}/letsencrypt-auto",
}
What behaviour did you expect instead
Until May 2016, Certbot was named letsencrypt
or letsencrypt-auto
. Now, the expected used script is certbot-auto
.
For the moment letsencrypt-auto
and certbot-auto
are same, and so the module works as expected.
Output log
Any additional information you'd like to impart
Metadata
Assignees
Labels
No labels