Commits on May 24, 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.
    jhoblitt authored and ehelms committed May 24, 2022
    Configuration menu
    Copy the full SHA
    081288c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

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

Commits on Jun 3, 2022

  1. Add foreman plugin for git_templates

    dgoetz authored and ehelms committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    79aaab6 View commit details
    Browse the repository at this point in the history
  2. Add foreman plugin for scc_manager

    dgoetz authored and ehelms committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    0399bee View commit details
    Browse the repository at this point in the history
  3. Add foreman plugin for vault

    dgoetz authored and ehelms committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    56afbd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. add foreman_global_parameter type

    jhoblitt authored and ehelms committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    9837b69 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Fixes #35089 - set NoDelay=false when deploying a UNIX socket

    Upstream foreman.socket uses NoDelay=true with a TCP socket, but on UNIX
    sockets this just generates a useless warning. Explicitly setting it
    back to false in our override fixes the issue.
    evgeni authored and ehelms committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d7ab348 View commit details
    Browse the repository at this point in the history
  2. explictly set service_provider fact in tests

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

Commits on Jun 22, 2022

  1. Remove leading :: from variables

    Until Puppet 4 references were relative. This meant $apache::confd_dir
    could actually resolve to $foreman::config::apache::confd_dir. Using $::
    made it absolute. All references are absolute since Puppet 4 and we
    could have removed this when we dropped Puppet 3 compatibility.
    ekohl authored and evgeni committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    43bb258 View commit details
    Browse the repository at this point in the history
  2. puppet-lint autofix using voxpupuli-test 5

    ekohl authored and evgeni committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    854cb13 View commit details
    Browse the repository at this point in the history
  3. Remove redundant Optional data types

    When a parameter has a default, there is no way to set it back to undef.
    That means the Optional part is redundant and the data type can be
    simplified.
    ekohl authored and evgeni committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    d0dfb7c View commit details
    Browse the repository at this point in the history
  4. Add missing data types

    ekohl authored and evgeni committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    cb6c3c7 View commit details
    Browse the repository at this point in the history
  5. Update to voxpupuli-test 5

    ekohl authored and evgeni committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    91de34e View commit details
    Browse the repository at this point in the history
  6. Remove trailing commas in inline arrays

    ekohl authored and evgeni committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    a71cb9e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Stop accepting UNSET as a value and rewrite db.yml to EPP

    The value UNSET is treated special by Kafo, but that dates back to the
    days where undef was unreliable. This moves it to straight forward
    undef.
    
    The database.yml template is also rewritten from ERB to EPP since it's
    more reliable with undef.
    ekohl authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    e0fc148 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Add foreman plugin for netbox

    dgoetz authored and ekohl committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ed4a366 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

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

Commits on Jul 4, 2022

  1. Replace template with to_symbolized_yaml function

    This function can output the same thing and removes the need for a
    template.
    ekohl committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    25be2da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf6c5b View commit details
    Browse the repository at this point in the history
  3. Move static parameters to init.pp

    This makes it easier to see what the actual default is and needs less
    code.
    ekohl committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d06c531 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Drop EL7 support

    ehelms committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    95f2b4d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Use Integer type for vhost ssl_verify_depth

    Since puppetlabs/puppetlabs-apache@f41251e String values are no longer allowed for this parameter
    wbclark authored and ekohl committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    5a3ddb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Release 21.0.0

    ekohl committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    97f1517 View commit details
    Browse the repository at this point in the history