Add fact to obtain iSCSI initiator IQN

This commit is contained in:
Simon Dodsley 2018-02-26 20:32:37 -05:00 committed by Toshio Kuratomi
parent 4378542ac7
commit 841cb0e6a4
4 changed files with 75 additions and 4 deletions

View file

@ -150,8 +150,8 @@ def main():
# TODO: decide what '!all' means, I lean towards making it mean none, but likely needs
# some tweaking on how gather_subset operations are performed
minimal_gather_subset = frozenset(['apparmor', 'caps', 'cmdline', 'date_time',
'distribution', 'dns', 'env', 'fips', 'local', 'lsb',
'pkg_mgr', 'platform', 'python', 'selinux',
'distribution', 'dns', 'env', 'fips', 'local',
'lsb', 'pkg_mgr', 'platform', 'python', 'selinux',
'service_mgr', 'ssh_pub_keys', 'user'])
all_collector_classes = default_collectors.collectors