Method: CachedDeploy#run
- Defined in:
- lib/chef-deploy/cached_deploy.rb
#run(cmd) ⇒ Object
165 166 167 |
# File 'lib/chef-deploy/cached_deploy.rb', line 165 def run(cmd) Chef::Mixin::Command.run_command(:command => cmd, :user => user) end |