Commits on Nov 10, 2017

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

Commits on Nov 16, 2017

  1. modulesync 1.5.0

    bastelfreak committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    cb24c66 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Merge pull request #396 from voxpupuli/modulesync

    modulesync 1.5.0
    bastelfreak authored Nov 17, 2017
    Configuration menu
    Copy the full SHA
    5b319c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

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

Commits on Nov 25, 2017

  1. Merge pull request #398 from DALUofM/master

    Change default RedHat params to use config_root
    bastelfreak authored Nov 25, 2017
    Configuration menu
    Copy the full SHA
    96e89d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Fixing wrong pear package name in Amazon Linux

    When the pear package name is defined based on `$facter['os']['family']`. The problem is that Amazon Linux has 'RedHat' as os family.
    I set an `if` before case searching for 'Amazon' in `$facter['os']['name']` based on the output of the facter command on Amazon instances:
    ```shell
    $ facter os
    {
      architecture => "x86_64",
      family => "RedHat",
      hardware => "x86_64",
      name => "Amazon",
      release => {
        full => "2017.09",
        major => "2017",
        minor => "09"
      },
      selinux => {
        enabled => false
      }
    }
    ```
    gdvadas committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    50e1c17 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Merge pull request #399 from gedvcode/fix/pear_package_on_amazon_linux

    Fixing wrong pear package name in Amazon Linux
    juniorsysadmin authored Dec 2, 2017
    Configuration menu
    Copy the full SHA
    341065c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. modulesync 1.6.0

    bastelfreak committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    7b1ecfe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #404 from voxpupuli/modulesync

    modulesync 1.6.0
    alexjfisher authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    aafd620 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Configuration menu
    Copy the full SHA
    d06297c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c9561 View commit details
    Browse the repository at this point in the history
  3. fix composer auto_update idempotency in case no update is available

    added a comment to non self-explanatory code
    joekohlsdorf committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    bfe1e44 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. Merge pull request #407 from joekohlsdorf/metadata_puppet5

    mark Puppet 5 as supported
    alexjfisher authored Jan 28, 2018
    Configuration menu
    Copy the full SHA
    9ac0f76 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Merge pull request #1 from voxpupuli/master

    Capture upstream changes
    minorOffense authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    fec454c View commit details
    Browse the repository at this point in the history
  2. refac(lookup) deprecate hiera_hash

    Use the lookup function
    Use deep merge
    minorOffense authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    2f843dc View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Merge pull request #410 from coldfrontlabs/master

    Deprecate hiera_hash functions
    bastelfreak authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    360863f View commit details
    Browse the repository at this point in the history
  2. Add PHP 7.1 support on Debian

    use ensure_packages
    
    dont wrap apt::key in a useless create_resources
    Florian Strübe authored and bastelfreak committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    a2982b5 View commit details
    Browse the repository at this point in the history
  3. require at least puppetlabs/apt 4.4.0

    This version automatically installs the apt-transport-https package,
    which is needed for https mirrors. By using this module in at least this
    version, we don't need to manage the package on our own.
    bastelfreak committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    096f47b View commit details
    Browse the repository at this point in the history
  4. require at least puppetlabs/stdlib 4.16.0

    this is the lowest supported version for ensure_packages
    bastelfreak committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    10b21da View commit details
    Browse the repository at this point in the history
  5. add missing pre_condition for repo unit tests

    this is a private class, it won't get called directly, only from within
    the main class. It references variables from the main class, so we
    need to include it (or move the tests into the testfile for the main
    class)
    bastelfreak committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    3c82ae4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #293 from fstr/deb-php71

    Add PHP 7.1 support on Debian
    bastelfreak authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    f3c6e4a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #408 from joekohlsdorf/autoupdate_idempotency

    fix composer auto_update idempotency in case no update is available
    bastelfreak authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    a86b47d View commit details
    Browse the repository at this point in the history
  8. modulesync 1.7.0

    bastelfreak committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    ff0e469 View commit details
    Browse the repository at this point in the history
  9. add ubuntu 16.04 support

    bastelfreak committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    0ad7566 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #412 from bastelfreak/patches

    add ubuntu 16.04 support
    oranenj authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    756e3e2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #413 from voxpupuli/modulesync

    modulesync 1.7.0
    oranenj authored Feb 3, 2018
    Configuration menu
    Copy the full SHA
    fe4de85 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. use correct require arguments

    this fixes an error that was introduced in 0ad7566
    bastelfreak committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    a07679b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Merge pull request #415 from bastelfreak/fix

    use correct require arguments
    bastelfreak authored Feb 14, 2018
    Configuration menu
    Copy the full SHA
    d36d320 View commit details
    Browse the repository at this point in the history
  2. modulesync 1.8.0

    bastelfreak committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    5410a00 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #416 from voxpupuli/modulesync

    modulesync 1.8.0
    bastelfreak authored Feb 14, 2018
    Configuration menu
    Copy the full SHA
    1e014ad View commit details
    Browse the repository at this point in the history
  4. release 5.2.0

    bastelfreak committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    47e2188 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #417 from bastelfreak/rel520

    release 5.2.0
    bastelfreak authored Feb 14, 2018
    Configuration menu
    Copy the full SHA
    8ada7a3 View commit details
    Browse the repository at this point in the history