Issue #2358 has been updated by Luke Kanies. Status changed from Needs more information to Rejected
It was an install problem on the server. ---------------------------------------- Bug #2358: File ignores don't work in plugin/fact updates http://projects.reductivelabs.com/issues/2358 Author: Mark Plaksin Status: Rejected 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 -~----------~----~----~----~------~----~------~--~---
