summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mielke <adam@umn.edu>2013-02-06 16:08:40 -0600
committerAdam Mielke <adam@umn.edu>2013-02-06 16:46:08 -0600
commit4f89b59c44fba1147055dc552241e52c46e5bcba (patch)
treed1aa4bd523eb52ab6df2d11afb50f561cf98d90b
parentae1aa99be3345e3fc8bb10783298943e5225b8b9 (diff)
downloadmixlib-shellout-4f89b59c44fba1147055dc552241e52c46e5bcba.tar.gz
[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