chef/cookbooks/postgresql/templates/default/pgsql.sysconfig.erb
2015-07-21 19:45:23 +02:00

5 lines
160 B
Plaintext

PGDATA=<%= node['postgresql']['dir'] %>
<% if node['postgresql']['config'].attribute?("port") -%>
PGPORT=<%= node['postgresql']['config']['port'] %>
<% end -%>