craigwatson / puppet-vmwaretools

Puppet module for non-OSP VMware Tools Installation

Home Page:http://forge.puppetlabs.com/CraigWatson1987/vmwaretools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timesync dependency issue?

esalberg opened this issue · comments

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 { "vmwaretools_timesync_${cmd_action}":

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

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

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

It looks good - thanks!