Changes between Version 12 and Version 13 of AppPlanSpec
- Timestamp:
- Aug 27, 2013, 12:18:46 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v12 v13 33 33 Use this to favor one class over another. 34 34 For example, if you have both SSE and non-SSE versions, use 1.1 and 1.0 respectively. 35 <os_regex>regex</os_regex>:: use only hosts whose operating system namematches the given regular expression35 <os_regex>regex</os_regex>:: use only hosts whose operating system version matches the given regular expression 36 36 <cpu_feature>x</cpu_feature>:: a required CPU feature (such as sse3). You can include more than one. 37 37 <host_summary_regex>regex</host_summary_regex>:: only sends the app version to hosts with host.serialnum field that matches the given regular expression.