Class: KnifePlayground::PgConfigSettings

Inherits:
Chef::Knife
  • Object
show all
Defined in:
lib/chef/knife/pg.rb

Instance Method Summary collapse

Instance Method Details

#runObject



13
14
15
16
17
18
19
# 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