Closed jcpunk closed 4 months ago
I am a big proponent of using module namespace to avoid clashing, if somebody already created similar fact. I am not sure if it is set as a standard somewhere, but this notation seems to be reasonable https://github.com/voxpupuli/puppet-extlib/blob/master/lib/facter/extlib__puppet_config.rb#L3
Since I'm looking to extend the existing fact, I'm not sure switching to a namespaced version is the right way to go...
Pull Request (PR) description
This should parse out the
syspurpose.json
if defined and add those entries to the facts reported.This Pull Request (PR) fixes the following issues
Fixes: #120