-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
facter ESXi check not working properly #26
Comments
Can you give some detail on what isn't working? What value is it displaying? What version of ESXi are you using? |
#28 shows output |
Thanks - will follow up on that issue, closing here (not sure on the need for duplicates?). |
Reason for separate tickets was:
|
The module is flexible in that regard, you can use the module parameters to set the exact version of the tools you need to install - either via Hiera or the class instantiation itself. I guess I should make that clear in the readme - the module doesn't do any of the logic of selecting the exact version you need, the inclusion of the ESXi version fact is more for informational purposes than logic. Thanks :) |
OK so what is the point of the esx_version check? I thought it would allow you to specify "include vmwaretools" and the fact would check ESXi version and install the appropriate version? vmwaretools_version would confirm correct version is installed or work with the ability to use a specific version but I guess I'm just confused as to the use of esx_version.rb if its not to automate version checking and install the correct tools version. Then if necessary in this repo you could have a map file similar to this one: http://packages.vmware.com/tools/versions |
The The fact that I do use is The reason I left the installed version down to the module user is that you may wish to have consistent tools versions across your infrastructure, with exceptions explicitly managed using Hiera. The module is as flexible as your Puppet code, so it shouldn't be making the choices - you as the administrator should be choosing what version you want to use in your infrastructure. |
That said, this is open source after all - feel free to fork and make the changes you'd like to make. As long as the changes are easily-configurable (i.e. via a |
using:
include vmwaretools defaults to installing latest version rather than basing version number on ESXi fact check.
The text was updated successfully, but these errors were encountered: