You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit, e87d8f2, breaks the ability to add multiple puppet::config::entry resources for the same key. By setting ensure_newline to true on the concat resource, a new line is added at the end of every fragment which removes the ability to append values. The appended values appear on the next line which results in a puppet config file which is not valid.
One way to resolve this would be to revert this commit and then add a concat fragment at the end of the file with just a single new line character.
The text was updated successfully, but these errors were encountered:
This commit, e87d8f2, breaks the ability to add multiple puppet::config::entry resources for the same key. By setting ensure_newline to true on the concat resource, a new line is added at the end of every fragment which removes the ability to append values. The appended values appear on the next line which results in a puppet config file which is not valid.
One way to resolve this would be to revert this commit and then add a concat fragment at the end of the file with just a single new line character.
The text was updated successfully, but these errors were encountered: