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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,10 +180,10 @@ Specifies a validation command to apply to the destination file. Requires Puppet
180
180
181
181
Specifies whether to add a header message at the top of the destination file. Valid options: the booleans 'true' and 'false', or a string to serve as the header. Default value: 'false'.
182
182
183
-
If you set 'warn' to 'true', `concat` adds the following message:
183
+
If you set 'warn' to 'true', `concat` adds the following line with an `order` of `0`:
184
184
185
185
~~~
186
-
# This file is managed by Puppet. DO NOT EDIT.\n
186
+
# This file is managed by Puppet. DO NOT EDIT.
187
187
~~~
188
188
189
189
Before 2.0.0, this parameter would add a newline at the end of the warn
0 commit comments