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.4.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.0
Choose a head ref
  • 9 commits
  • 14 files changed
  • 4 contributors

Commits on Jun 4, 2013

  1. Style guideline fixes

    Erik Dalén committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    02d0c48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from dalen/stylefixes

    Style guideline fixes
    kbarber committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    7e056f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2013

  1. Allow puppetdb conn validation when ssl is disabled

    for my use case, I am not able to validate the
    ssl endpoint b/c I am creating my puppet certificates
    during my puppet run, so they are not available to
    the http get request.
    
    This patch adds a new resource parameter to
    the puppetdb_conn_validator that allows it
    to make a non-ssl connection. This allows me
    to declare my own http only resource that I
    can use to verify the puppetdb connection.
    bodepd committed Jun 7, 2013
    Configuration menu
    Copy the full SHA
    cfffea0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from bodepd/allow_http_conn_validation

    Allow puppetdb conn validation when ssl is disabled
    kbarber committed Jun 7, 2013
    Configuration menu
    Copy the full SHA
    2d3a611 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2013

  1. Fix dependency for stdlib for 'downcase'

    Downcase has been added to puppetlabs/puppetdb, this patch changes the
    dependency for stdlib to >= 2.2.0 as that was when downcase was first
    included.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Jun 20, 2013
    Configuration menu
    Copy the full SHA
    5bd3177 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2013

  1. Merge pull request #70 from kbarber/fix_stdlib_dependency

    Fix dependency for stdlib for 'downcase'
    cprice404 committed Jul 3, 2013
    Configuration menu
    Copy the full SHA
    ce494ea View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2013

  1. Configuration menu
    Copy the full SHA
    4602da1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2013

  1. Merge pull request #71 from cprice404/feature/master/add-suse-support

    Minor tweaks to make the module support SUSE
    kbarber committed Jul 11, 2013
    Configuration menu
    Copy the full SHA
    cffb917 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2013

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