Uploaded image for project: 'PuppetDB'
  1. PuppetDB
  2. PDB-704

PuppetDB installing postgresql is not optional

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed
    • Normal
    • Resolution: Done
    • None
    • None
    • PuppetDB
    • All installs where PostgreSQL has multiple services using it.

    • PuppetDB
    • 2

    Description

      The puppetlabs-puppetdb module installs PostgreSQL, and this is not optional.

      This means it is not possible to install postgresql separately with a tuned configuration for your environment, or in a manner that could be reused by other services.

      Either make the installation of the PuppetDB optiona via a parameter, or remove it completely.

      By parameter:
      ```
      class

      {'postgresql::server': }

      class

      {'puppetdb': install_postgresql => false, }

      ```

      ..or not at all:
      ```
      class

      {'postgresql::server': }

      class

      {'puppetdb': }

      ```

      Attachments

        Activity

          People

            Unassigned Unassigned
            Aethylred Aaron Hicks
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Zendesk Support