Issue #22576 has been updated by eric sorenson.
I’ve put this ticket’s status into “Needs more Information” and assigned it to
you. Please either (a) update it with the information I’ve requested and
re-assign it to me if you need more help, or (b) change the status to “Closed”
if you were able to resolve the issue on your own.
----------------------------------------
Bug #22576: Puppet 3.3 changes behaviour for file { replace => false } when
link is on fs
https://projects.puppetlabs.com/issues/22576#change-97759
* 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.