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

#91: Cron should also run with space in certonly title #113

Merged

Conversation

siebrand
Copy link
Contributor

@siebrand siebrand commented Feb 5, 2018

Issue #91 reports that creating a letsencrypt::certonly resource with a
title containing a space will create a cron entry that will never run.
That's because it will create a cron entry like this:

10 22 * * * /cron_scripts_path/renew-title with space.sh

That executes /cron_scripts_path/renew-title that obviously does not
exist. When the full cron command is put in quotes, it will run as
expected.

@bastelfreak bastelfreak added the enhancement New feature or request label Feb 7, 2018
@bastelfreak
Copy link
Member

Hi @siebrand, thanks for the PR! Can you squash those commits into one?

@siebrand
Copy link
Contributor Author

siebrand commented Feb 7, 2018

@bastelfreak: Done. Hadn't done that before. Was much easier than I expected. (git rebase -i HEAD~5 && git push -f -- I thought there was more magic to it).

Issue voxpupuli#91 reports that creating a letsencrypt::certonly resource with a
title containing a space will create a cron entry that will never run.
That's because it will create a cron entry like this:

    10 22 * * * /cron_scripts_path/renew-title with space.sh

That executes /cron_scripts_path/renew-title that obviously does not
exist. When the full cron command is put in quotes, it will run as
expected.
@siebrand siebrand force-pushed the issue-91-space-in-title-bad-cron branch from 18497b2 to c1bad4d Compare December 27, 2018 10:33
@siebrand
Copy link
Contributor Author

@bastelfreak: Conflicts resolved.

@juniorsysadmin juniorsysadmin added bug Something isn't working and removed enhancement New feature or request needs-squash labels Dec 27, 2018
@juniorsysadmin juniorsysadmin merged commit 2f5a400 into voxpupuli:master Dec 27, 2018
@Dan33l
Copy link
Member

Dan33l commented Jan 14, 2019

@siebrand Thank you.
Your PR is now released on the puppet forge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants