summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Timberman <joshua@opscode.com>2013-02-13 09:50:23 -0800
committerJoshua Timberman <joshua@opscode.com>2013-02-13 09:50:23 -0800
commitd44f08a3fed46ed89a5edf9c7cbcc0845d72ec13 (patch)
treeb64bf18920ead8d28115240c32558b48376393e9
parentbafbf837d56f3f408b645997544f8dd8d753e451 (diff)
parent4f89b59c44fba1147055dc552241e52c46e5bcba (diff)
downloadmixlib-shellout-d44f08a3fed46ed89a5edf9c7cbcc0845d72ec13.tar.gz
Merge pull request #24 from cla-rce/COOK-2368
[COOK-2368] Documented the 'version' attribute of the 'windows_package' resource
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 09b2f73..6e882a4 100644
--- a/README.md
+++ b/README.md
@@ -185,6 +185,7 @@ For maximum flexibility the `source` attribute supports both remote and local in
- checksum: useful if source is remote, the SHA-256 checksum of the file--if the local file matches the checksum, Chef will not download it
- options: Additional options to pass the underlying installation command
- timeout: set a timeout for the package download (default 600 seconds)
+- version: The version number of this package, as indicated by the 'DisplayVersion' value in one of the 'Uninstall' registry keys. If the given version number does equal the 'DisplayVersion' in the registry, the package will be installed.
### Examples