jjperry69

Results 6 comments of jjperry69

After reviewing your code you need to adjust for SUSE 11.1, which is on 2.02.39, to handle the lv_path introduced in 2.02.68. In your code for the logical_volumes.rb fact you...

For physical volumes, remove `pv_mda_used_count` from **columns** Add `columns.push('pv_mda_used_count') if lvm_version >= Gem::Version.new('2.02.69') `

Other than those two changes, the rest of your code looks great to resolve https://tickets.puppetlabs.com/browse/MODULES-9779.

The process I have been using now works quite well and pulls the errata as well. It depends on having those directories created in $BASE. The directory names match the...

Glad I could give back to the community. On Nov 30, 2016 09:46, "nyromaniac" wrote: > Thanks @jjperry69 . Tweaked this for my own > configuration and is working. >...

Just to quickly address your two questions, for those that may have them but didn't ask. 1. I seem to have excluded the lines below in the script I posted...