class KnifePlayground::PgConfigSettings
Public Instance Methods
run()
click to toggle source
# File lib/chef/knife/pg.rb, line 13 def run Chef::Config.configure do |h| h.each do |k,v| puts "#{k.to_s.ljust(30).cyan} #{v}" end end end