Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.0
Choose a head ref
  • 15 commits
  • 9 files changed
  • 6 contributors

Commits on Oct 26, 2013

  1. Configuration menu
    Copy the full SHA
    9d1543b View commit details
    Browse the repository at this point in the history
  2. Allow specification of default database name

    E.g. pe-postgresql does NOT use postgres as the default database name.
    It uses pe-postgres. So if there is no way to specify a default database
    name, the postgesql::validate_db_connection resource in
    postgresql::server::service will ALWAYS fail. This commit exposes the
    parameter in order to avoid that situation.
    reidmv committed Oct 26, 2013
    Configuration menu
    Copy the full SHA
    6afb4a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2013

  1. Add globals/params layering for default_database

    This makes the variable consistent with the manner in which most/all of
    the rest of the postgresql module currently works.
    
    Commit also adds the new param to the README file.
    reidmv committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    cdf5b07 View commit details
    Browse the repository at this point in the history
  2. Use default_database in validate_db_connection

    This commit modifies postgresql::validate_db_connection to use the
    default_database parameter from postgresql::params rather than
    hard-coding a local default value of "postgres".
    reidmv committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    b4a855c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #296 from kamilszymanski/ubuntu_saucy_support

    Add default PostgreSQL version for Ubuntu 13.10
    kbarber committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    e2e4325 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1b67d3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'ubuntu_trusty_support'

    * ubuntu_trusty_support:
      Add default PostgreSQL version for Ubuntu 14.04
    kbarber committed Oct 27, 2013
    Configuration menu
    Copy the full SHA
    1c4964b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2013

  1. Merge pull request #298 from reidmv/allow_specification_of_default_db…

    …_name
    
    Allow specification of default database name
    kbarber committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    3476828 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2013

  1. Spelling and redundancy fix in README

    David Wikmans committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    57f3f09 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2013

  1. Configuration menu
    Copy the full SHA
    2b6cc9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    286762e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #302 from n1tr0g/master

    Missing depedenncy '->' and class misspelled (missing ending s)
    kbarber committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    2819ce7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #301 from dawik/master

    Spelling and redundancy fix in README
    kbarber committed Oct 31, 2013
    Configuration menu
    Copy the full SHA
    e45d909 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2013

  1. Prepare a 3.2.0 release.

    Ashley Penney committed Nov 5, 2013
    Configuration menu
    Copy the full SHA
    6d905d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #306 from apenney/320-release

    Prepare a 3.2.0 release.
    Ashley Penney committed Nov 5, 2013
    Configuration menu
    Copy the full SHA
    73aac35 View commit details
    Browse the repository at this point in the history
Loading