Closed 9numbernine9 closed 5 years ago
@9numbernine9 you are right made a copy paste error with osfinger.
too bad our automated testing with kitchen salt didn't catch it.
@aboe76 No problem - thanks for providing a fix and helping me verify my sanity. :-)
yeah it was late, and I missed it, sorry.
All good!
Hello!
I'm attempting to use the latest Apache formula since the changes in commit 094b149262 and I think something has broken when used on CentOS 7. Attempting to use the formula on a minion where it previously worked now results in the following:
Looking into this a bit deeper:
apache/map.jinja
is merging theosfingermap
by using the grainoscodename
- given that this is the 'finger map', shouldn't this use theosfinger
grain instead?FWIW, the minion that I'm using this formula on returns the following relevant grain information:
The value for CentOS 7 in
apache/osfingermap.yaml
matches the value forosfinger
on my CentOS 7 minion, which is why I think theosfingermap
should probably be populated based onosfinger
instead ofoscodename
. :-)I see a couple possible fixes:
osfingermap
usingosfinger
grains instead ofoscodename
.apache/osfingermap.yaml
to match theoscodename
values for CentOS. (This seems like it would be misleading to me.)