Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
---

postgresql_shared_buffers: "32MB"
postgresql_data_checksums: true

postgresql_databases:
  - name: foobar
    owner: baz

# NOTE: postgresql >= 10 does not accept unencrypted passwords
postgresql_users:
  - name: baz
    pass: md51a1dc91c907325c69271ddf0c944bc72
    encrypted: yes

  - name: zab
    pass: md51a1dc91c907325c69271ddf0c944bc72
    encrypted: yes

  - name: zabaz

postgresql_database_schemas:
  - database: foobar
    state: present
    schema: acme
    owner: baz

postgresql_user_privileges:
  - name: baz
    db: foobar

postgresql_ext_install_contrib: true

# These do not work everywhere, but should be included ASAP
postgresql_ssl: false
postgresql_pgtune: false
postgresql_ext_install_postgis: false

postgresql_database_extensions:
  - db: foobar
    extensions:
    - adminpack
    - pgcrypto
    - unaccent