Class: RemoteLXC::RemotelxcInfo
- Inherits:
-
Chef::Knife::Ssh
- Object
- Chef::Knife::Ssh
- RemoteLXC::RemotelxcInfo
- Includes:
- Helpers
- Defined in:
- lib/chef/knife/remotelxc_info.rb
Instance Method Summary collapse
Methods included from Helpers
Instance Method Details
#run ⇒ Object
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 |