make postgres work with squeeze-style postgres-common package

This commit is contained in:
Mark Washenberger 2011-04-21 15:40:48 -04:00
parent 86e4559589
commit afe72af70e
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ end
package "postgresql"
service "postgresql" do
service_name "postgresql-#{node.postgresql.version}"
supports :restart => true, :status => true, :reload => true
action :nothing
end