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

Make symlinks for pam-modules to make the vmware-tools-pam work on RH… #30

Closed AndreasPfaffeneder closed 8 years ago

AndreasPfaffeneder commented 9 years ago

The RPMs shipped by Vmware install a PAM-Service /etc/pam.d/vmtoolsd which references pam_unix2.so - which is not shipped by RH. RH suggests in its knowledgebase to either make a symlink or prefix the offending line with "-". In our tests the symlinks seems to work better.

razorsedge commented 9 years ago

@foo-baz Thank you for your submission. As per the DEVELOP.md instructions, please resubmit a new PR against the develop branch. Also, please take into account the lint failures from Travis-CI. Thanks!