diff --git a/modules/puppet-sysinv/src/sysinv/manifests/certmon.pp b/modules/puppet-sysinv/src/sysinv/manifests/certmon.pp index 6e1bce85..ad6a6f1a 100644 --- a/modules/puppet-sysinv/src/sysinv/manifests/certmon.pp +++ b/modules/puppet-sysinv/src/sysinv/manifests/certmon.pp @@ -83,6 +83,8 @@ class sysinv::certmon ( 'certmon/max_retry': value => 14; 'certmon/audit_interval': value => 86400; 'certmon/startup_audit_all': value => false; + 'certmon/network_retry_interval': value => 180; + 'certmon/network_max_retry': value => 5; 'certmon/audit_batch_size': value => 10; 'certmon/audit_greenpool_size': value => 4; }