1. 02 Jul, 2020 3 commits
  2. 19 Mar, 2020 5 commits
  3. 13 Mar, 2020 8 commits
  4. 25 Feb, 2020 3 commits
  5. 24 Feb, 2020 2 commits
  6. 12 Feb, 2020 3 commits
    • Jenkins CI's avatar
      (packaging) Updating manpage file for 5.5.x · 7e7bd44d
      Jenkins CI authored
      7e7bd44d
    • Josh Cooper's avatar
      Merge pull request #7982 from justinstoller/PUP-10238 · c08b9fda
      Josh Cooper authored
      (PUP-10238) Change default value of strict_hostname_checking to true
      c08b9fda
    • Justin Stoller's avatar
      (PUP-10238) Change default value of strict_hostname_checking to true · df826baa
      Justin Stoller authored
      Previously our default value of strict_hostname_checking was false which
      allowed matching dotted segments of a nodes certname (its CN in its
      certificate) as well as the segments of its fqdn fact, or hostname +
      domain fact.
      
      This was for compatibility when fact based classification within a
      site.pp was a more common pattern and node declarations were much less
      powerful than they are now.
      
      With the ability to use regular expressions in a node declaration the
      auto segmenting is no longer needed and with the ability to use facts
      directly, to use fact interpetation in hiera lookups, or create a custom
      external node classifier the injecting of facts into the nodes "name" is
      unneeded.
      
      The desire is to remove the setting completely in Puppet 7, while
      leaving it in 6 so those that depend on this behavior have time to
      re-write their site.pps to the newer styles.
      
      strict_hostname_checking setting is not marked deprecated completely
      because it will cause deprecation notices on setting access, which
      happens as part of normal compilation for now. However it does mark
      "node_name" setting as deprecated completely because it is now only
      referenced in code that by default will not run (and will only run if
      users change strict_hostname_checking back to false).
      df826baa
  7. 11 Feb, 2020 6 commits
  8. 10 Feb, 2020 3 commits
  9. 08 Feb, 2020 1 commit
    • Melissa Stone's avatar
      (PUP-10227) Close the HTTP connection · dc7b92db
      Melissa Stone authored
      To prevent thundering herds, puppetserver may return Retry-After and ask
      the agent to sleep.
      
      When this happens, this commit closes the connection prior to sleeping.
      It also ensures that closed connections are not added back to the pool.
      This reduces resource usage on puppetserver.
      dc7b92db
  10. 06 Feb, 2020 1 commit
  11. 05 Feb, 2020 4 commits
  12. 04 Feb, 2020 1 commit