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: 2.0.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: 2.0.1
Choose a head ref
  • 20 commits
  • 7 files changed
  • 8 contributors

Commits on Jan 15, 2013

  1. Fix error message in default version fact

    A commit that I merged yesterday broke the default version fact
    such that it would sometimes return nil and sometimes an error message
    if your distro wasn't supported.  This commit makes it consistent again.
    cprice404 committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    dfa397c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from cprice-puppet/maint/master/stdlib-dep-sem…

    …antic-versioning
    
    Update stdlib dependency to reflect semantic versioning
    kbarber committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    c35f78d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3504405 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #78 from cprice-puppet/maint/master/fix-error-mess…

    …age-in-default-version-fact
    
    Fix error message in default version fact
    kbarber committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    2186886 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #80 from cprice-puppet/bug/master/require-service-…

    …from-db
    
    Add a "require" to make sure the service is up before trying to create a...
    kbarber committed Jan 15, 2013
    Configuration menu
    Copy the full SHA
    3b060fa View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2013

  1. Merge pull request #81 from cprice-puppet/maint/master/2.0-release

    Update CHANGELOG, README, Modulefile for 2.0.0 release
    cprice404 committed Jan 16, 2013
    Configuration menu
    Copy the full SHA
    2580464 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from Seldaek/patch-2

    Add support for ubuntu 12.10 status
    slippycheeze committed Jan 16, 2013
    Configuration menu
    Copy the full SHA
    a018be5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2013

  1. Fix revoke command in database.pp to support postgres 8.1

    In postgres 8.1, the 'CONNECT' privilege doesn't exist, which
    would result in an error if you tried to use the 'database'
    type.  This commit conditions the revoke statement to use the
    'ALL' privilege on 8.1.
    cprice404 committed Jan 17, 2013
    Configuration menu
    Copy the full SHA
    43ded42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from cprice-puppet/bug/master/82-pg-8.1-connec…

    …t-privilege
    
    Fix revoke command in database.pp to support postgres 8.1
    cprice404 committed Jan 17, 2013
    Configuration menu
    Copy the full SHA
    5a7e1d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2013

  1. Update manifests/params.pp

    err: Could not parse for environment production: Syntax error at ')' at /etc/puppet/modules/common/postgresql/manifests/params.pp:34
    sfontes committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    05c9104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    219e744 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #88 from FlaPer87/trailing/comma

    Removed trailing comma. Makes puppet fail
    cprice404 committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    7e38034 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #87 from sfontes/patch-1

    Syntax error in params.pp file
    cprice404 committed Jan 18, 2013
    Configuration menu
    Copy the full SHA
    2568038 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2013

  1. Updated content to conform to README best practices template

    Before alterations, this content was the module author-determined
    description of and instructions for use of the module.
    
    As part of a joint Forge/Docs team effort to standardize formatting and
    encourage quality module documentation, a best practices README
    template was created via internal and external user testing. That
    template was then applied to this module.
    
    I pulled in content from the original README on GitHub and the Module
    of the Week blog post. A table of contents was added for navigability,
    standard headings were added (Overview, Module Description, Setup,
    Usage, Implementation, etc.) to organize content, existent and
    pulled-in content was moved under its appropriate heading and edited
    for tone/flow/clarity, links to outside documentation were updated, and
    basic formatting was done to adhere to template standards.
    Lauren Rother committed Jan 19, 2013
    Configuration menu
    Copy the full SHA
    f140ce3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2013

  1. Fixed typos, rewording and typsetting per feedback

    Updated spelling errors, typsetting issues and some wording suggestions
    based on module author feedback
    Lauren Rother committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    7987909 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2013

  1. Update postgres_default_version to 9.1 for debian 7.0

    /etc/debian_version on Wheezy was updated to 7.0 with the release of the
    base-files package on 2012-12-12, which means that wheezy could be
    either 7.0 or wheezy depending on what version of base-files is
    installed. To handle both cases we treat 'wheezy' and '7.*' as
    synonymous.
    adrienthebo committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    04a7b06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from puppetlabs-operations/wheezy_7_0_default_…

    …version
    
    Update postgres_default_version to 9.1 for debian 7.0
    cprice404 committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    5e47aff View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2013

  1. Merge pull request #89 from laurenrother/master

    Updated content to conform to README best practices template
    cprice404 committed Jan 24, 2013
    Configuration menu
    Copy the full SHA
    cdd4220 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2013

  1. Update spec/README.md

    cprice404 committed Jan 29, 2013
    Configuration menu
    Copy the full SHA
    83861eb View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2013

  1. Configuration menu
    Copy the full SHA
    9fd7f1a View commit details
    Browse the repository at this point in the history
Loading