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: 84a2c66542172f7f033bf39798c8fe866c07b449
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.0
Choose a head ref
  • 15 commits
  • 28 files changed
  • 2 contributors

Commits on Jun 14, 2012

  1. Initial working version (single-node-only)

    The test manifests for single-node (everything installed on
    the master machine) now work properly.  You have to
    edit your puppet.conf by hand to turn on storeconfigs and
    point it at puppetdb, but other than that, this successfully
    handles everything that you need for either an hsql or
    postgres setup.
    cprice404 committed Jun 14, 2012
    Configuration menu
    Copy the full SHA
    7c4b54a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2012

  1. Configuration menu
    Copy the full SHA
    56ccf0a View commit details
    Browse the repository at this point in the history
  2. typo

    Stephen committed Sep 6, 2012
    Configuration menu
    Copy the full SHA
    5cfd53f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from stephenrjohnson/master

    Inifile work
    cprice404 committed Sep 6, 2012
    Configuration menu
    Copy the full SHA
    b4bf8d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2012

  1. Use ini_file to manage settings, and add validation

    This commit does the following:
    
    * Use the new inifile module to manage puppet.conf
    * More comprehensive management of config files
    * Validate database connectivity before applying puppetdb
      config changes
    * Validate puppetdb connectivity before applying puppet
      master config changes
    * Documentation
    cprice404 committed Sep 17, 2012
    Configuration menu
    Copy the full SHA
    8fbda3c View commit details
    Browse the repository at this point in the history
  2. Initial Modulefile

    cprice404 committed Sep 17, 2012
    Configuration menu
    Copy the full SHA
    5b2f504 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2012

  1. Configuration menu
    Copy the full SHA
    b80866e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47cef23 View commit details
    Browse the repository at this point in the history
  3. Add support for specifying the version of the puppetdb packages

    Prior to this commit, all of the puppetdb packages were being
    installed with 'ensure=present'.  This commit changes things
    so that you can explicitly specify a version if you desire;
    the default is still 'present'.
    cprice404 committed Sep 18, 2012
    Configuration menu
    Copy the full SHA
    aef363a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75fd894 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2012

  1. Restart the puppet master service when necessary

    Prior to this commit, users needed to be aware that the puppet
    master service would need a restart if certain config files
    were changed (routes.yaml, puppetdb.conf).  This commit
    adds a notification that will trigger a service restart if
    those files are modified.
    cprice404 committed Sep 19, 2012
    Configuration menu
    Copy the full SHA
    ce3d4be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28733bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfcedde View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.0, change module namespace

    Bump the version number in the Modulefile up to 1.0, and
    change the module namespace from cprice to puppetlabs.
    cprice404 committed Sep 19, 2012
    Configuration menu
    Copy the full SHA
    a89771e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from cprice-puppet/refactor/master/preparing-fo…

    …r-1.0-release
    
    1.0 release
    cprice404 committed Sep 19, 2012
    Configuration menu
    Copy the full SHA
    4ad02dd View commit details
    Browse the repository at this point in the history
Loading