Skip to content
New issue

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

wrong initialize script #154

Closed
Dan33l opened this issue Jan 9, 2019 · 1 comment
Closed

wrong initialize script #154

Dan33l opened this issue Jan 9, 2019 · 1 comment

Comments

@Dan33l
Copy link
Member

Dan33l commented Jan 9, 2019

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

@kenyon
Copy link
Member

kenyon commented Nov 22, 2021

Closing because there is no VCS install method anymore, it was removed in commit ee77abc.

@kenyon kenyon closed this as completed Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants