Skip to content

Instantly share code, notes, and snippets.

@haudoing
Created June 24, 2015 08:04
Show Gist options
  • Save haudoing/3fcb9058f47330d6202b to your computer and use it in GitHub Desktop.
Save haudoing/3fcb9058f47330d6202b to your computer and use it in GitHub Desktop.
what is this mean in ruby?
service 'splunk_stop' do
service_name 'splunk'
supports :status => true
provider Chef::Provider::Service::Init
action :stop
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment