Issue #22576 has been updated by eric sorenson.
Status changed from Investigating to Needs More Information
Assignee set to Alex Jurkiewicz
I think this is still doing what you expect, it's just logging a message where
before there was no message. See the linked bug #6808 -- many users found this
behaviour surprising so the warning is just saying what's going on.
----------------------------------------
Bug #22576: Puppet 3.3 changes behaviour for file { replace => false } when
link is on fs
https://projects.puppetlabs.com/issues/22576#change-97758
* Author: Alex Jurkiewicz
* Status: Needs More Information
* Priority: Normal
* Assignee: Alex Jurkiewicz
* Category:
* Target version:
* Affected Puppet version: 3.3.0
* Keywords:
* Branch:
----------------------------------------
Hi,
Given this config in my manifest:
file { '/foo':
ensure => present,
content => "\n",
replace => false,
}
In Puppet <3.3 it would succeed silently when /foo was a symlink. Now it gives
the following error:
Warning: /Stage[main]/Soe/File[/foo]: Ensure set to :present but file type
is link so no content will be synced
Our manifest relies on the behaviour where "replace => false" ignores the file
if it is a symlink, can this be made possible again please?
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.