Details
-
Type:
Story
-
Status: Done
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: None
-
Labels:
Description
Currently the minimum_version macro is avaialble to guard parsing of policy that is newer than a specific version. it would be nice if I could leverage the same power but be more selective in the version targeting.
bundle agent main { reports: @if between_versions(3.12.1, 3.13.1) "Between cfengine 3.12.1 and 3.13.1"; @endif @if maximum_version(3.12.1) "3.12.1 or older"; @endif }