Satellite installer configuration files

Parsers included in this module are:

CustomHiera - file /etc/foreman-installer/custom-hiera.yaml

Parsers the file /etc/foreman-installer/custom-hiera.yaml

class insights.parsers.satellite_installer_configurations.CustomHiera(context)[source]

Bases: YAMLParser

Class to parse /etc/foreman-installer/custom-hiera.yaml

Examples

>>> 'apache::mod::prefork::serverlimit' in custom_hiera
True
>>> custom_hiera['apache::mod::prefork::serverlimit']
582
parse_content(content)[source]

This method must be implemented by classes based on this class.