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-puppetdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-puppetdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 12, 2013

  1. Make database_password an optional parameter

    In some cases it may not be possible to securely specify a password for
    PuppetDB. When that is true, it's impossible to use the module to manage
    PuppetDB, because specifying undef for the password will cause database
    validation to fail, or for the setting in database.ini to be overridden.
    
    This change will simply check that database_password is set, and will
    skip validation and changing database.ini in the case where it is not.
    nicklewis committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    2f12a5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3359f95 View commit details
    Browse the repository at this point in the history
Loading