File: pg_hba_rule_type.pp

package info (click to toggle)
puppet-module-puppetlabs-postgresql 10.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: ruby: 731; sh: 66; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 241 bytes parent folder | download
1
2
3
# @summary enum for all different types for the pg_hba_conf
# @see https://www.postgresql.org/docs/current/auth-pg-hba-conf.html
type Postgresql::Pg_hba_rule_type = Enum['local', 'host', 'hostssl', 'hostnossl', 'hostgssenc', 'hostnogssenc']