Class: RemoteLXC::RemotelxcInfo

Inherits:
Chef::Knife::Ssh
  • Object
show all
Includes:
Helpers
Defined in:
lib/chef/knife/remotelxc_info.rb

Instance Method Summary collapse

Methods included from Helpers

#knife_ssh

Instance Method Details

#runObject



20
21
22
# File 'lib/chef/knife/remotelxc_info.rb', line 20

def run
  knife_ssh(config[:lxc_node], "knife_lxc info #{name_args.first}")
end