Skip to content
Snippets Groups Projects
Commit bab2d2e9 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Add nvme-cli package to relevant hosts

parent 1fd317f3
No related branches found
No related tags found
No related merge requests found
# Set up for nvme devices
class profile::nvme {
if ($::disks.keys.filter |$name| { $name =~ /^nvme/ }.length > 0) {
ensure_packages('nvme-cli')
}
}
......@@ -14,10 +14,11 @@ class role::swh_base {
if $::virtual == 'physical' {
include profile::megacli
include profile::smartmontools
include profile::nvme
}
include profile::cloudinit
include profile::smartmontools
include profile::network
include profile::swh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment