Method: CachedDeploy#chef_run

Defined in:
lib/chef-deploy/cached_deploy.rb

#chef_run(cmd) ⇒ Object



161
162
163
# File 'lib/chef-deploy/cached_deploy.rb', line 161

def chef_run(cmd)
  Chef::Mixin::Command.run_command(:command => cmd)
end