ghoneycutt / puppet-module-inittab

Puppet module to manage inittab
Other
2 stars 26 forks source link

Feature Request: Use facts hash instead of topscope facts variables #101

Open term1n4l opened 5 years ago

term1n4l commented 5 years ago

A lot of the conditionals in the module use top scope facts variables (e.g. $::osfamily, $::operatingsystemrelease, etc). The standard recommended by puppet is to use the facts hash to avoid confusion.

term1n4l commented 5 years ago

This requires moving to Puppet 4 as the minimum version as Puppet 3 does not support facts hash format