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: theforeman/puppet-foreman
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20.1.0
Choose a base ref
...
head repository: theforeman/puppet-foreman
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.2.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on Jun 21, 2022

  1. derive base_url from foreman-proxy/settings.yml by default

    Setting the base_url param on all foreman_* resource declarations isn't
    very DRY (resource defaults are another option).  Deriving this value
    from /etc/foreman-proxy/settings.yml is consistent with looking up
    tls/oauth data in /etc/foreman/settings.yaml.
    
    (cherry picked from commit 081288c)
    jhoblitt authored and ehelms committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    808ba5d View commit details
    Browse the repository at this point in the history
  2. add foreman_global_parameter type

    (cherry picked from commit 9837b69)
    jhoblitt authored and ehelms committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    318c168 View commit details
    Browse the repository at this point in the history
  3. explictly set service_provider fact in tests

    this comes from stdlib and is required in newer versions of the
    postgresql module
    
    (cherry picked from commit 58e876b)
    evgeni authored and ehelms committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7f992f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Release 20.2.0

    ehelms committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    a0d82de View commit details
    Browse the repository at this point in the history
Loading