chef/roles/postgresql_client.rb

8 lines
199 B
Ruby

# 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
)