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"
|
|
|
|
|
|
2021-01-23 16:45:28 +01:00
|
|
|
run_list %w(
|
2021-11-29 13:09:13 -06:00
|
|
|
kosmos_postgresql::hostsfile
|
2021-01-23 16:45:28 +01:00
|
|
|
)
|