Issue #17959 has been updated by Andrew Parker. Target version changed from 3.0.x to 3.x
As the 3.0.x line is winding down with the impending release of 3.1.0, I am removing the target at 3.0.x from tickets in the system and targeting them at 3.x instead. ---------------------------------------- Bug #17959: File Evaluation not functioning correctly https://projects.puppetlabs.com/issues/17959#change-80571 Author: Lee Briggs Status: Needs More Information Priority: Normal Assignee: Lee Briggs Category: Target version: 3.x Affected Puppet version: 3.0.1 Keywords: Branch: I'm having a strange problem with file evaluation on Puppet 3.0.1. I have a file stanza like so: file { "/opt/path/to/file/script.pl": owner => user, group => user, mode => 755, ensure => present, source => "puppet:///modules/modulename/script.pl" } I have around 9 or 10 of these files. For each puppet run, it takes 5s to evaluate the file. Info: /Stage[main]/class::class/File[/opt/path/to/file/script.pl]: Evaluated in 5.07 seconds md5's of the file match. The problem persists in both a master running on webrick and passenger. How can I determine what the cause of this is? -- 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 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.
