10 lines
124 B
Ruby
10 lines
124 B
Ruby
#
|
|
# Cookbook:: kosmos_postgresql
|
|
# Recipe:: primary
|
|
#
|
|
|
|
postgresql_custom_server postgresql_version do
|
|
role "primary"
|
|
end
|
|
|