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

haproxy.pp stateless_acme_challenge.lua may not be created in certain cases #312

Open
NVitanovic opened this issue Dec 26, 2017 · 0 comments

Comments

@NVitanovic
Copy link
Contributor

Because execution of /usr/bin/acmetool quickstart --batch fails

[CRITICAL] acmetool: fatal: couldn't complete registration: cannot prompt the user: currently non-interactive

/usr/bin/update_acmetool_challenge_script.sh does not run thus the /usr/lib/stateless_acme_challenge.lua script is not created resulting in a broken haproxy configuration which results in service not being able to start.

exec { 'acmetool-quickstart':
    refreshonly => true,
    command     => '/usr/bin/acmetool quickstart --batch && /usr/bin/update_acmetool_challenge_script.sh',
    notify      => File['/etc/haproxy/haproxy.cfg'],
  }
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

1 participant