Install pciutils and provide a fact with the output.
- Description
- Setup - The basics of getting started with pciutils
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
This module will manage the pciutils package and build a structured fact with the state of your pcibus, its devices, and their properties.
Just including the class should be sufficient.
include pciutils
class { 'pciutils':
package_ensure => 'absent'
}Targets Linux only
See the repo linked in metadata.json.