I have several directories that are installed and managed with puppet. I am finding the majority of the time of the puppet run is spent validating the directory. Are there any tricks to improve the performance of managed directories? Or a better way than simple file resource with ensure => directory and recurse => true?
file {'/xyz/directory' : ensure => directory, recurse => true, source => "puppet:///modules/mymod/directory", } -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/TuE-ygecAngJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.