summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2018-01-03 13:51:40 -0500
committerGitHub <noreply@github.com>2018-01-03 13:51:40 -0500
commit710813c3432321de7b92b52ba8a570cbbedba2ac (patch)
treeaedf83266743080fac620edd3b1b621c5819025a /RELEASE_NOTES.md
parent38b80ef99568d3075bfc344d64a28032d404d92c (diff)
downloadohai-710813c3432321de7b92b52ba8a570cbbedba2ac.tar.gz
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 <phil@ipom.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
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