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

after successful install and OK in VCenter vmware_config_tools is missing #29

Closed cdenneen closed 10 years ago

cdenneen commented 10 years ago

puppet agent -t

Notice: Ignoring --listen on onetime run Info: Retrieving plugin Info: Loading facts in /var/lib/puppet/lib/facter/pe_version.rb Info: Loading facts in /var/lib/puppet/lib/facter/iptables_version.rb Info: Loading facts in /var/lib/puppet/lib/facter/iptables_persistent_version.rb Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb Info: Loading facts in /var/lib/puppet/lib/facter/esx_version.rb Info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb Info: Loading facts in /var/lib/puppet/lib/facter/facter_dot_d.rb Info: Loading facts in /var/lib/puppet/lib/facter/vmwaretools_version.rb Info: Loading facts in /var/lib/puppet/lib/facter/ip6tables_version.rb Info: Loading facts in /var/lib/puppet/lib/facter/concat_basedir.rb Info: Caching catalog for server.domain.loc Info: Applying configuration version '1389305670' Error: Could not find command '/usr/bin/vmware-config-tools.pl' Error: /Stage[main]/Vmwaretools::Config_tools/Exec[vmware_config_tools]/returns: change from notrun to 0 failed: Could not find command '/usr/bin/vmware-config-tools.pl'

cdenneen commented 10 years ago

Only appears to be missing on CentOS install. File appears to be there on Ubuntu 12.04 LTS

cdenneen commented 10 years ago

Closing ticket... problem was after install of latest module my puppet run ran against master instead of a different environment and installed the other version of vmwaretools again.