crowbar/crowbar-openstack

View on GitHub
chef/cookbooks/postgresql/templates/default/limits.erb

Summary

Maintainability
Test Coverage
# Resource limits for the postgres user

<% @limits.each do |name, value| -%>
postgres    hard    <%= name %>    <%= value %>
postgres    soft    <%= name %>    <%= value %>
<% end -%>