Files
chef/roles/postgresql_client.rb
T

8 lines
199 B
Ruby
Raw Normal View History

2020-06-12 16:54:58 +02:00
# This role is used by the kosmos-postgresql::default recipe to add access
# rules to every server that is a PostgreSQL client
name "postgresql_client"
run_list %w(
kosmos_postgresql::hostsfile
)