Commits on Nov 1, 2019

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

Commits on Dec 6, 2019

  1. modulesync 2.9.0

    dhoppe committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    7d8b814 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Merge pull request #245 from voxpupuli/modulesync

    modulesync 2.9.0
    bastelfreak authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    ca98f0c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. modulesync 2.10.0

    bastelfreak committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    0e75d99 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. modulesync 2.10.1

    dhoppe committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    85476f8 View commit details
    Browse the repository at this point in the history
  2. Fix RuboCop Style/SymbolArray

    dhoppe committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    e9e9080 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Merge pull request #248 from voxpupuli/modulesync

    modulesync 2.10.1
    dhoppe authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    f736d93 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    16da593 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #176 from jovandeginste/fix-ranges

    Use an ip range instead of looping
    bastelfreak authored Jan 6, 2020
    Configuration menu
    Copy the full SHA
    3de2523 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. (#250) Replace newer ruby %i syntax with older supported syntax

    Ruby <2.0 and jruby <9k don't support %i syntax.
    This commit changes the %i syntax to the older equivalent.
    typerlc committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    bd433f6 View commit details
    Browse the repository at this point in the history
  2. Remove extra spaces

    typerlc authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    71df14e View commit details
    Browse the repository at this point in the history
  3. Update .sync.yml

    ghoneycutt authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    8f9be1f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Configuration menu
    Copy the full SHA
    ce81e67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #251 from typerlc/issue250_remove_new_syntax

    (#250) Replace newer ruby %i syntax with older supported syntax
    ghoneycutt authored Jan 17, 2020
    Configuration menu
    Copy the full SHA
    5615b53 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Add default ensure to present

    For all types
    jfroche committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    08c4f6b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Merge pull request #177 from kuleuven/enhancement/add-default-ensure

    Add default ensure to present
    bastelfreak authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    adadb6b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. check for running firewalld in custom_service::reload

    firewall-cmd --reload won't work if the service is stopped. The exec-resource firewalld::reload has an "onlyif" statement, in firewalld::custom_service::reload-${name} it is missing, so I added it.
    domfi authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7e2e6d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Add firewalld_version fact

    Added a firewalld_version fact to support features that are dependent on
    the version of firewalld that is installed.
    
    Closes #254
    trevor-vaughan committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    ab5e5c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Merge pull request #255 from trevor-vaughan/firewalld_version-fact

    Add firewalld_version fact
    alexjfisher authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    8f78335 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Modulesync 2.11.0

    alexjfisher committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    46b83a3 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix RuboCop Style/SymbolArray"

    This reverts commit e9e9080.
    alexjfisher committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    87500ae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #257 from alexjfisher/modulesync

    Modulesync 2.11.0
    alexjfisher authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    0846317 View commit details
    Browse the repository at this point in the history
  4. Add support for EL8

    * Added OEL to the metadata.json
    * Added a very basic acceptance test to test the main components of the
      module. This should be expanded into multi-node tests later.
    * Added a REFERENCE.md
    * Updated the README.md to point to the REFERENCE.md and added
      instructions on how to run the acceptance test.
    
    Closes #246
    trevor-vaughan committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    7d63181 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #247 from trevor-vaughan/add-el8-support

    Add support for EL8
    alexjfisher authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2bd5c88 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #253 from domfi/check-firewalld-state-on-custom_se…

    …rvicereload
    
    check for running firewalld in custom_service::reload
    alexjfisher authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    09c8d1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da79a2a View commit details
    Browse the repository at this point in the history
  8. Updates to work with firewalld_version fact

    * Added support for firewalld_version fact
    * Updated spec tests
    * Aligned parameters in init.pp
    * Rubocop fixes are in the EL8 PR
    trevor-vaughan committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    b4d4ab4 View commit details
    Browse the repository at this point in the history
  9. fix spacing

    trevor-vaughan committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    b6c1281 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #252 from florianfa/master

    #235 Backend Firewall
    ghoneycutt authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    10cedfd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Configuration menu
    Copy the full SHA
    7a2e000 View commit details
    Browse the repository at this point in the history
  2. Release 4.2.1

    alexjfisher committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    7ec764b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #260 from alexjfisher/rel_4_2_1

    Release 4.2.1
    alexjfisher authored Feb 16, 2020
    Configuration menu
    Copy the full SHA
    64f8906 View commit details
    Browse the repository at this point in the history