Skip to content

wrong initialize script  #154

Closed
Closed
@Dan33l

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions