bstopp/puppet-aem

View on GitHub
examples/dispatcher/farms/render-errors/retry-delay.pp

Summary

Maintainability
Test Coverage
# Dispatcher Farm Retry Delay Example

aem::dispatcher::farm { 'site' :
  docroot     => '/var/www',
  retry_delay => '30',
}