InsightsClientConf - file /etc/insights-client/insights-client.conf
¶
-
class
insights.parsers.insights_client_conf.
InsightsClientConf
(context)[source]¶ Bases:
insights.core.IniConfigFile
This class provides parsing for the file
/etc/insights-client/insights-client.conf
.Sample input data is in the format:
[insights-client] auto_update=False
See the
insights.core.IniConfigFile
class for examples.