Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix default values in REFERENCE.md #14

Merged
merged 1 commit into from
Sep 22, 2022
Merged

Conversation

danielparks
Copy link
Owner

There seems to be a bug in puppet strings that prevents default values from being outputted correctly in REFERENCE.md. Values of the form $var.func(...) would output as (...).

This switches over to the func($var, ...) form, though unfortunately I think it is less readable.

There seems to be [a bug in puppet strings][] that prevents default
values from being outputted correctly in REFERENCE.md. Values of the
form `$var.func(...)` would output as `(...)`.

This switches over to the `func($var, ...)` form, though unfortunately I
think it is less readable.

[a bug in puppet strings]: puppetlabs/puppet-strings#240
@danielparks danielparks merged commit 38cfea9 into main Sep 22, 2022
@danielparks danielparks deleted the fix_reference_defaults branch September 22, 2022 09:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant