5 lines
160 B
Plaintext
5 lines
160 B
Plaintext
PGDATA=<%= node['postgresql']['dir'] %>
|
|
<% if node['postgresql']['config'].attribute?("port") -%>
|
|
PGPORT=<%= node['postgresql']['config']['port'] %>
|
|
<% end -%>
|