looks like the following could cause high cpu usage and take puppet
longer time to finish a catalog run
file { "/some/path":
owner => "user1",
group => "group1",
ensure => directory,
recurse => true
}
especially when /some/path contain lot of files and sub-directories...
anyone have the same problem?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---