Changes between Version 26 and Version 27 of AppPlanSpec
- Timestamp:
- Oct 27, 2014, 3:09:38 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppPlanSpec
v26 v27 43 43 <host_summary_regex>regex</host_summary_regex>:: send only to hosts with host.serialnum field that matches the given regular expression. 44 44 <cpu_vendor_regex>regex</cpu_vendor_regex>:: send only to hosts whose CPU vendor matches the regular expression. 45 Example CPU vendors are "!GenuineIntel" and "AuthenticAMD". 45 Example CPU vendors are "!GenuineIntel" and "AuthenticAMD", 46 so to match Intel CPUs you could use 47 {{{ 48 <cpu_vendor_regext>.*Intel</cpu_vendor_regexp> 49 }}} 46 50 47 The following letsyou use a project preference to decide whether to use the app version:51 The following elements let you use a project preference to decide whether to use the app version: 48 52 <project_prefs_tag>x</project_prefs_tag>:: the name of the tag 49 53 <project_prefs_regex>x</project_prefs_regex>:: the contents must match this regular expression