File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
setcode do
11
11
# Require the helper methods to reduce duplication
12
- require ' puppet_x/lvm/output'
12
+ require_relative '../ puppet_x/lvm/output'
13
13
14
14
# List columns here that can be passed to the lvs -o command. Dont't
15
15
# include things in here that might be bland as we currently can't deal
Original file line number Diff line number Diff line change 9
9
10
10
setcode do
11
11
# Require the helper methods to reduce duplication
12
- require ' puppet_x/lvm/output'
12
+ require_relative '../ puppet_x/lvm/output'
13
13
14
14
# List columns here that can be passed to the lvs -o command. Dont't
15
15
# include things in here that might be bland as we currently can't deal
Original file line number Diff line number Diff line change 9
9
10
10
setcode do
11
11
# Require the helper methods to reduce duplication
12
- require ' puppet_x/lvm/output'
12
+ require_relative '../ puppet_x/lvm/output'
13
13
14
14
# List columns here that can be passed to the lvs -o command. Dont't
15
15
# include things in here that might be bland as we currently can't deal
You can’t perform that action at this time.
0 commit comments