Difference between revisions of "Chef-apply"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
  
  
  execute 'Execute a shell' do
+
  [[execute]] 'Execute a shell' do
 
     command "bash -c 'cmd1 && cmd2 && ..'"
 
     command "bash -c 'cmd1 && cmd2 && ..'"
 
  end
 
  end
  
 +
 +
== Related commands ==
 +
* [[Ansible]]
  
  
 
== See also ==
 
== See also ==
 
* {{puppet}}
 
* {{puppet}}

Revision as of 14:39, 19 July 2021


execute 'Execute a shell' do
    command "bash -c 'cmd1 && cmd2 && ..'"
end


Related commands


See also

Advertising: