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

(MODULES-2080) Call out changed behaviour of 'warn' parameter #320

Merged
merged 1 commit into from
May 29, 2015
Merged

(MODULES-2080) Call out changed behaviour of 'warn' parameter #320

merged 1 commit into from
May 29, 2015

Conversation

DavidS
Copy link
Contributor

@DavidS DavidS commented May 29, 2015

Before 2.0.0, this parameter would add a newline at the end of the warn
message. To improve flexibilty, this was removed. Please add it
explicitely if you need it.

Before 2.0.0, this parameter would add a newline at the end of the warn
message. To improve flexibilty, this was removed. Please add it
explicitely if you need it.
tphoney added a commit that referenced this pull request May 29, 2015
(MODULES-2080) Call out changed behaviour of 'warn' parameter
@tphoney tphoney merged commit 773b858 into puppetlabs:master May 29, 2015
@DavidS DavidS deleted the add-warn-warning branch May 29, 2015 09:48
@@ -183,9 +183,13 @@ Specifies whether to add a header message at the top of the destination file. Va
If you set 'warn' to 'true', `concat` adds the following message:

~~~
# This file is managed by Puppet. DO NOT EDIT.
# This file is managed by Puppet. DO NOT EDIT.\n
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not really sure how useful the \n here is in the README…

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to note the fact that this string is copied verbatim to the file. I could leave off the \n and instead s/following message/following line/ in the paragraph above?

On 29 May 2015, at 17:18, Igor Galić notifications@github.com wrote:

In README.md #320 (comment):

@@ -183,9 +183,13 @@ Specifies whether to add a header message at the top of the destination file. Va
If you set 'warn' to 'true', concat adds the following message:

-# This file is managed by Puppet. DO NOT EDIT.
+# This file is managed by Puppet. DO NOT EDIT.\n
not really sure how useful the \n here is in the README…


Reply to this email directly or view it on GitHub https://github.com/puppetlabs/puppetlabs-concat/pull/320/files#r31339621.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants