craigwatson / puppet-vmwaretools

Puppet module for non-OSP VMware Tools Installation
http://forge.puppetlabs.com/CraigWatson1987/vmwaretools
Apache License 2.0
27 stars 40 forks source link

Timesync dependency issue? #71

Closed esalberg closed 9 years ago

esalberg commented 9 years ago

On provisining on a new node, I get the following error for the first Puppet run:

Execvmwaretools_timesync_disable Property Message Could not find command '/usr/bin/vmware-toolbox-cmd'

This clears on the second Puppet run, but is there a dependency there that should be handled in the module? e.g. for exec { "vmwaretoolstimesync${cmd_action}":

require => Class['vmwaretools::install']

If this is okay, I'll submit a pull request.

craigwatson commented 9 years ago

Thanks for the bug report, I've fixed this in commit 01d1104 - can you retest with these changes?

esalberg commented 9 years ago

It looks good - thanks!