Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/facter/logical_volumes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setcode do
# Require the helper methods to reduce duplication
require 'puppet_x/lvm/output'
require_relative '../puppet_x/lvm/output'

# List columns here that can be passed to the lvs -o command. Dont't
# include things in here that might be bland as we currently can't deal
Expand Down
2 changes: 1 addition & 1 deletion lib/facter/physical_volumes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setcode do
# Require the helper methods to reduce duplication
require 'puppet_x/lvm/output'
require_relative '../puppet_x/lvm/output'

# List columns here that can be passed to the lvs -o command. Dont't
# include things in here that might be bland as we currently can't deal
Expand Down
2 changes: 1 addition & 1 deletion lib/facter/volume_groups.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setcode do
# Require the helper methods to reduce duplication
require 'puppet_x/lvm/output'
require_relative '../puppet_x/lvm/output'

# List columns here that can be passed to the lvs -o command. Dont't
# include things in here that might be bland as we currently can't deal
Expand Down
Loading