puppet-vmwaretools
puppet-vmwaretools copied to clipboard
vmwaretools::ntp: use onlyif instead of refresh
it would be nice if vmwaretools::ntp would use a onlyif instead of refreshonly.
to quote @ffrank: "Friends Don't Let Friends Use Refreshonly"
Unfortunately, the current approach is the only way to not have the vmware-guestd command execute on every Puppet run. It might be possible to convert to onlyif for the vmtoolsd command as it has a status check.