adamhjk (owner)

Revisions

gist: 215563 Download_button fork
public
Public Clone URL: git://gist.github.com/215563.git
Embed All Files: show embed
test.rb #
1
2
3
4
5
6
7
8
9
10
service "nginx" do
  action :restart
end
 
... later ...
 
r = resource(:service => "nginx")
r.action :stop
 
# You will now only ever call :stop