Skip to content

trim spaces from list of templates #500

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

Merged
merged 1 commit into from
May 13, 2025

Conversation

sni
Copy link
Contributor

@sni sni commented Mar 26, 2025

right now an object like this:

defined host {
use template1, template2
}

would fail, because of the space character. This patch trims the list elements.

right now an object like this:

  defined host {
    use template1, template2
  }

would fail, because of the space character. This patch trims the list elements.

Signed-off-by: Sven Nierlein <[email protected]>
@sni sni merged commit f9cc604 into naemon:master May 13, 2025
36 checks passed
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

Successfully merging this pull request may close these issues.

2 participants