Difference between revisions of "Chef-apply"

From wikieduonline
Jump to navigation Jump to search
(Created page with " execute 'Execute a shell' do command "bash -c 'cmd1 && cmd2 && ..'" end")
 
Line 5: Line 5:
 
     command "bash -c 'cmd1 && cmd2 && ..'"
 
     command "bash -c 'cmd1 && cmd2 && ..'"
 
  end
 
  end
 +
 +
 +
 +
== See also ==
 +
* {{puppet}}

Revision as of 13:49, 19 July 2021


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


See also

Advertising: