Closed pearcec closed 9 years ago
Correct. As per the sample code in manifests/ntp.pp:
include ::vmwaretools
include ::vmwaretools::ntp
class { '::ntp':
notify => $::virtual ? {
'vmware' => Class['::vmwaretools::ntp'],
default => undef,
},
}
Hi, I tried to get the timesync to kick off. But reading through the code I am fairly certain the "refreshonly" will only work with a subscribe or a notice.