# File lib/simp/cli/lib/utils.rb, line 42
def
get_config
return
%x{puppet config print}
.
lines
end