simp / rubygem-simp-rspec-puppet-facts

shim that injects SIMP-related fact fixtures into rspec-puppet-facts
Other
1 stars 13 forks source link

(SIMP-9839) Expand `SIMP_FACTS_OS` match behavior #38

Closed op-ct closed 3 years ago

op-ct commented 3 years ago

Previously, an element of SIMP_FACTS_OS was required to match a factset's full name (e.g., redhat-7-x86_64).

This patch enables each element SIMP_FACTS_OS to match a factset's full name, partial name, or as a regexp.

SIMP-9839 #close