Commits on Sep 19, 2019

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

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    228a537 View commit details
    Browse the repository at this point in the history
  2. Regenerate REFERENCE.md

    ekohl committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    f8681d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #325 from ekohl/docs

    Complete the transition to puppet-strings
    ekohl authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    2e7bd9e View commit details
    Browse the repository at this point in the history
  4. Fix regressions introduced in sentinel

    228a537 introduced regressions. This
    fixes them.
    ekohl committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    9e2aa12 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #327 from ekohl/fix

    Fix typo in type
    ekohl authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    bcf4a25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0b3024 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    4601b57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    645229f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Merge pull request #326 from ekohl/drop-old

    Drop support for Redis 2, Debian 8 and Ubuntu 14.04; add Debian 9 and Ubuntu 18.04
    ekohl authored Nov 13, 2019
    Configuration menu
    Copy the full SHA
    c0d0f76 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Support instances inside Hiera (#330)

    * Add feature to use instances in hiera
    
    * revert
    
    * try again
    
    * Missing this
    
    * remove whitespace
    
    * Add Hash
    
    * replace with each
    
    * add arguments
    
    * insert values into loop iteration
    
    * mis-aligned
    
    * soft tabs
    
    * remove comment - not relevant to all
    
    * Update hash type
    
    * Add comment/notes
    
    * Add short description ::instances
    lordbink authored and bastelfreak committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    3973808 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Stricter data types

    This sets data types for most parameters that previously had none. It
    also moves static defaults from params.pp to inline. While this
    duplicates a few between Redis and the sentinel, the user would already
    need to know these were linked. The benefit is a much more readable
    reference documentation.
    ekohl committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    502ff38 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Merge pull request #328 from ekohl/updated-params

    Stricter data types
    ekohl authored Nov 26, 2019
    Configuration menu
    Copy the full SHA
    5c97e7e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Allow privileged ports in data types

    502ff38 tightened the data types, but
    there's no reason to only allow unprivileged ports.
    ekohl committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    c8d833a View commit details
    Browse the repository at this point in the history
  2. Allow empty unixsocket(perm)

    502ff38 tightened the data types, but
    too much. It's valid not to bind on a unix socket and the template
    allowed this.
    ekohl committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    9d26031 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #332 from ekohl/all-ports

    Allow privileged ports in data types
    ekohl authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    b567682 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Clean up preinstall handling

    This treats the entire Red Hat OS family equal.
    
    For apt handling the before is cleaned up since the apt::update
    dependency is defined within apt::source and apt::ppa while the package
    is handled because init.pp does preinstall before install.
    ekohl committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    497b3d0 View commit details
    Browse the repository at this point in the history
  2. Use modern fact names

    ekohl committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    1d5908d View commit details
    Browse the repository at this point in the history
  3. Modulesync

    ekohl committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    74117e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b06a186 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Merge pull request #335 from ekohl/modulesync

    Clean up preinstall handling and use modern facts
    bastelfreak authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    7280e05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f93b1f2 View commit details
    Browse the repository at this point in the history
  3. Update parameters ordering

    This splits the parameters into groups (roughly) matching preinstall,
    init and sentinel.
    ekohl committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f8887aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abe52f2 View commit details
    Browse the repository at this point in the history
  5. Remove unused variables

    ekohl committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    009da34 View commit details
    Browse the repository at this point in the history
  6. Closer match parameter to OS defaults

    This should match what's in EPEL, Debian and Ubuntu.
    ekohl committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    fce8da9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #336 from ekohl/os-defaults

    Closer match parameter to OS defaults
    ekohl authored Nov 29, 2019
    Configuration menu
    Copy the full SHA
    f415fe8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Merge pull request #333 from ekohl/empty-unixsocket

    Allow empty unixsocket(perm)
    ekohl authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    80f0e36 View commit details
    Browse the repository at this point in the history
  2. Add SCL support

    On Red Hat the software collections allow for multiple versions. On RHEL
    this is also supported for customers where EPEL is unsupported.
    
    To implement this, the globals pattern is implemented giving users an
    easy way to select the SCL at a global level. Acceptance tests are added
    to ensure it works.
    
    For convenience, it can ensure centos-release-scl-rh is installed on
    CentOS when manage_repo is true.
    
    The custom fact to provide the server version doesn't work and also the
    bolt task won't work unless the user ensured the SCL is always active.
    ekohl committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    cd09fc8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #334 from ekohl/scl

    Add SCL support
    bastelfreak authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    1b13981 View commit details
    Browse the repository at this point in the history
  4. Use GHCG from Voxpupuli

    ekohl committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    d9eb019 View commit details
    Browse the repository at this point in the history
  5. Drop contributing instructions from README

    These are already in .github/CONTRIBUTING.md
    ekohl committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    b6d8daa View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Release 5.0.0

    ekohl committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    35a01c6 View commit details
    Browse the repository at this point in the history