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: 7.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: 7.7.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 4, 2020

  1. (PDB-4945) Default to json fact cache

    Puppetserver 7 now defaults the fact cache to json[1]. When running in
    agent-server mode, configure routes.yaml the same way. There is no change in
    behavior when running with puppetserver < 7 or `puppet apply`.
    
    As a result of this change, when the puppetdb module is used to install the
    puppetdb terminus and routes.yaml, facts will now be cached as non-pretty json
    in:
    
         /opt/puppetlabs/server/data/puppetserver/server_data/facts/<node>.json
    
    Instead of pretty yaml in:
    
         /opt/puppetlabs/server/data/puppetserver/yaml/<node>.yaml
    
    The difference in pathing is due to the abstract yaml and json termini using
    different base directories in which to store data: `Puppet[:yamldir]` vs
    `Puppet[:server_data]`.
    
    [1] https://github.com/puppetlabs/puppetserver/blob/794e725628545aa075e3f8b5fa91f21628373594/src/ruby/puppetserver-lib/puppet/server/puppet_config.rb#L56
    joshcooper committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    323c8d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c11821 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a722ac View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Merge pull request #312 from joshcooper/json_fact_cache

    (PDB-4945) Default to json fact cache
    austb authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    6a3d8c4 View commit details
    Browse the repository at this point in the history
  2. Bump version to 7.7.0

    austb committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    293d959 View commit details
    Browse the repository at this point in the history
Loading