file { '/opt/graphite/storage':
ensure => directory,
recurse => true,
owner => 'www-data',
group => 'www-data',
}
I have about 50G files in '/opt/graphite/storage' directory.
And it took about 300 seconds to finish this puppet code.
Is there a way I can speed up it?
checksum => none didn't fix my problem...