Issue #2358 has been updated by Sam Rowe.
Steps for us to reproduce with 25b2 client and server:
/etc/puppet/fileserver.conf with a [facts] path of /etc/puppet/facts
cd /etc/puppet/facts
mkdir .svn
touch .svn/{hi,luke,howareya}
puppetd --test --noop --factsync
info: Retrieving plugin
info: Retrieving fact
notice: /File[/var/lib/puppet/facts/.svn]/ensure: created
notice: /File[/var/lib/puppet/facts/.svn/hi]/ensure: defined 'content' as
'{md5}d41d8cd98f00b204e9800998ecf8427e'
notice: /File[/var/lib/puppet/facts/.svn/howareya]/ensure: defined 'content' as
'{md5}d41d8cd98f00b204e9800998ecf8427e'
notice: /File[/var/lib/puppet/facts/.svn/luke]/ensure: defined 'content' as
'{md5}d41d8cd98f00b204e9800998ecf8427e'
Let me know if you need any other details from puppet.conf or anything.
----------------------------------------
Bug #2358: File ignores don't work in plugin/fact updates
http://projects.reductivelabs.com/issues/2358
Author: Mark Plaksin
Status: Needs more information
Priority: High
Assigned to: Sam Rowe
Category: file
Target version: 0.25.0
Complexity: Unknown
Affected version: 0.25.0beta2
Keywords:
File ignores seem to be broken with 0.25.0beta2 (and beta1). We've had the
following in manifests/site.pp for a long time and it's worked fine:
<pre>
File {
ignore => '.svn',
}
</pre>
With either of the 0.25 betas all of our .svn directories (and their contents
:) get pulled to the client.
I can't reproduce this with a simple test pp file. For example, putting this
in test.pp and running 'puppet test.pp' does the right thing:
<pre>
File {
ignore => '.svn',
}
file {"t":
path => "/tmp/stats/libexec",
source => "puppet://puppetfs.bor.usg.edu/stats/libexec",
recurse => true,
}
</pre>
--
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://reductivelabs.com/redmine/my/account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---