We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ce112 commit b7b5541Copy full SHA for b7b5541
lib/facter/volume_group_map.rb
@@ -1,7 +1,7 @@
1
# frozen_string_literal: true
2
3
Facter.add(:volume_group_map) do
4
- # Fact should be confined to only linux servers that have the lvs command
+ # Fact should be confined to only linux servers that have the vgs command
5
confine do
6
Facter.value('kernel') == 'Linux' &&
7
Facter::Core::Execution.which('vgs')
0 commit comments