Class: RemoteLXC::RemotelxcList
- Inherits:
-
Chef::Knife::Ssh
- Object
- Chef::Knife::Ssh
- RemoteLXC::RemotelxcList
- Includes:
- Helpers
- Defined in:
- lib/chef/knife/remotelxc_list.rb
Instance Method Summary collapse
Methods included from Helpers
Instance Method Details
#run ⇒ Object
20 21 22 |
# File 'lib/chef/knife/remotelxc_list.rb', line 20 def run knife_ssh(config[:lxc_node], "sudo knife_lxc list") end |