From 710813c3432321de7b92b52ba8a570cbbedba2ac Mon Sep 17 00:00:00 2001 From: Phil Dibowitz Date: Wed, 3 Jan 2018 13:51:40 -0500 Subject: Add a plugin to provide PCI bus information using `lspci`. (#1107) This is based on an original plugin from: https://github.com/GLOBAL2000/chef-ohai-plugins/ With modifications from the fork here: https://github.com/GLOBAL2000/chef-ohai-plugins/ Signed-off-by: Phil Dibowitz --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'RELEASE_NOTES.md') diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7692c87c..5868adb5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +# Unreleased + +### LsPci Plugin + +The new LsPci plugin provides a `node[:pci]` hash with information about the PCI bus based on `lspci`. Only runs on Linux. + # Ohai Release Notes 13.7 ### EC2 C5 Detection -- cgit v1.2.1