Merge "Fix task ordering to prevent race condition on ptp config gen"

This commit is contained in:
Zuul
2023-07-21 17:38:16 +00:00
committed by Gerrit Code Review

View File

@@ -350,7 +350,7 @@ class platform::ptpinstance (
class platform::ptpinstance::runtime {
class { 'platform::ptpinstance': runtime => true }
class { 'platform::ptpinstance::nic_clock': }
-> class { 'platform::ptpinstance::nic_clock': }
-> exec {'Ensure collectd is restarted':
command => '/usr/local/sbin/pmon-restart collectd'
}