Skip to content

Instantly share code, notes, and snippets.

@yono
Created April 3, 2013 02:26
Show Gist options
  • Save yono/5297968 to your computer and use it in GitHub Desktop.
Save yono/5297968 to your computer and use it in GitHub Desktop.
package "postgresql" do
action :install
end
service "postgresql" do
supports :status => true, :restart => true, :reload => true
action [ :enable, :start ]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment