-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document parameter supported with example to install open-vm-tools on…
… non supported OS
- Loading branch information
Showing
3 changed files
with
30 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,9 @@ | |
# Only set this if your platform is not supported or you know what you are | ||
# doing. | ||
# | ||
# @param supported | ||
# Boolean that force the result of supported OS check | ||
# | ||
# @param uninstall_vmware_tools | ||
# Boolean that determines whether the conflicting VMWare Tools package should | ||
# be uninstalled, if present. | ||
|
@@ -57,6 +60,11 @@ | |
# @example Default usage | ||
# include openvmtools | ||
# | ||
# @example Force pass supported os check on OS non in supported list | ||
# class { 'openvmtools': | ||
# supported => true, | ||
# } | ||
# | ||
# @author Mike Arnold <[email protected]> | ||
# @author Vox Pupuli <[email protected]> | ||
# | ||
|