voxpupuli / puppet-vmwaretools

Puppet module to manage VMware Operating System Specific Packages for VMware tools installation.
http://forge.puppetlabs.com/razorsedge/vmwaretools
Apache License 2.0
34 stars 44 forks source link

OEL 5.11, init.pp calls udevadm instead of udevcontrol #44

Closed helperton closed 8 years ago

helperton commented 8 years ago

The logic in the init.pp causes udevadm (which doesn't exist) to be called instead of udevcontrol on OEL 5.11 because you check for "operatingsystem == 'RedHat'" instead of perhaps a better option of "osfamily == 'RedHat'".

razorsedge commented 8 years ago

Fixed in razorsedge/vmwaretools version 6.0.0.