# File lib/simp/cli/config/items/data/simp_run_level.rb, line 26 def os_value # FIXME: Facter fact %x{runlevel | awk '{print $2}'}.strip.to_i end