Issue #17959 has been reported by Lee Briggs.

----------------------------------------
Bug #17959: File Evaluation not functioning correctly
https://projects.puppetlabs.com/issues/17959

Author: Lee Briggs
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 3.0.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.

Reply via email to