Files
chef/site-cookbooks/kosmos_postgresql/recipes/primary.rb

10 lines
124 B
Ruby

#
# Cookbook:: kosmos_postgresql
# Recipe:: primary
#
postgresql_custom_server postgresql_version do
role "primary"
end