You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Version of the cookbook where you are encountering the issue]
9
+
10
+
### Chef-client version
11
+
[Version of chef-client in your environment]
12
+
13
+
### Platform Details
14
+
[Operating system distribution and release version. Cloud provider if running in the cloud]
15
+
16
+
### Scenario:
17
+
[What you are trying to achieve and you can't?]
18
+
19
+
### Steps to Reproduce:
20
+
[If you are filing an issue what are the things we need to do in order to repro your problem? How are you using this cookbook or any resources it includes?]
21
+
22
+
### Expected Result:
23
+
[What are you expecting to happen as the consequence of above reproduction steps?]
24
+
25
+
### Actual Result:
26
+
[What actually happens after the reproduction steps? Include the error output or a link to a gist if possible.]
about: I have a suggestion (and may want to implement it 🙂)!
4
+
labels: "new feature"
5
+
---
6
+
7
+
### Describe the Enhancement:
8
+
<!--- What you are trying to achieve that you can't? -->
9
+
10
+
### Describe the Need:
11
+
<!--- What kind of user do you believe would utilize this enhancement, and how many users might want this functionality -->
12
+
13
+
### Current Alternative
14
+
<!--- Is there a current alternative that you can utilize to workaround the lack of this enhancement -->
15
+
16
+
### Can We Help You Implement This?:
17
+
<!--- The best way to ensure your enhancement is built is to help implement the enhancement yourself. If you're interested in helping out we'd love to give you a hand to make this possible. Let us know if there's something you need. -->
Copy file name to clipboardExpand all lines: README.md
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,38 +6,44 @@ Chef cookbook for installing [VMware tools](https://docs.vmware.com/en/VMware-To
6
6
7
7
## Attributes
8
8
9
-
-`default['vmware-tools']['update']` - default set to `true`, you know you want the newest _always_.
10
-
-`default['vmware-tools']['windows_reboot']` - default set to `true`, and if put at the first cookbook you'll reboot then run the rest of the `run_list`.
11
-
-`default['vmware-tools']['url']` - The location to get the Windows VMware-Tools executable from.
12
-
-`default['vmware-tools']['version']` - The version of the Windows VMware-Tool.
9
+
-`default['vmware-tools']['update']` - default set to `true`, you know you want
10
+
the newest _always_.
11
+
-`default['vmware-tools']['windows_reboot']` - default set to `true`, and if
12
+
put at the first cookbook you'll reboot then run the rest of the `run_list`.
13
+
-`default['vmware-tools']['url']` - The location to get the Windows VMware-Tools
14
+
executable from.
15
+
-`default['vmware-tools']['version']` - The version of the Windows VMware-Tools.
13
16
14
17
## Usage
15
18
16
19
### vmware-tools::default
17
20
18
-
The default recipe will install [open-vm-tools](https://github.com/vmware/open-vm-tools) of on a CentOS/Debian based machine. If you run this on Windows it install the public VMware Tools executable from https://packages.vmware.com.
21
+
The default recipe will install [open-vm-tools](https://github.com/vmware/open-vm-tools)
22
+
of on a CentOS/Debian based machine. If you run this on Windows it installs the
23
+
public VMware Tools executable from [packages.vmware.com](https://packages.vmware.com).
19
24
20
-
If you have a specific place you want to install your Windows based VMware Tools from, override the `default['vmware-tools']['url']` and `default['vware-tools']['version']` in the default attributes.
25
+
If you have a specific place you want to install your Windows based VMware Tools
26
+
from, override the `default['vmware-tools']['url']`
27
+
and `default['vware-tools']['version']` in the default attributes.
21
28
22
29
## Testing
23
30
24
31
For more details look at the [TESTING.md](./TESTING.md).
25
32
26
33
## License & Authors
27
34
28
-
If you would like to see the detailed LICENCE click [here](./LICENCE).
35
+
**Author:** tecRacer Opensource Team ([opensource@tecracer.de](mailto:opensource@tecracer.de))
0 commit comments