Commits on Jan 29, 2019

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

Commits on Feb 7, 2019

  1. Allow Array values in rabbitmq_parameter

    Array (lists) are allowed values to use with rabbitmqctl.
    
    For example: src-uri when setting up a shovel.
    vStone committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    1fc5a66 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Add a custom fact for rabbitmq's plugins folder

    If you want to add third party plugins with puppet you need to know
    where the plugins folder is located.
    This can differ depending on rabbitmq version or OS.
    TomRitserveldt committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    902d9b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Merge pull request #778 from vrtdev/feature/plugins_fact

    Add a custom fact for rabbitmq's plugins folder.
    wyardley authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    fc76d78 View commit details
    Browse the repository at this point in the history
  2. Add support for enabled plugins config using enabled_plugins file (#777)

    * Support enabling rabbitmq_management without rabbitmqadmin
    
    Enabling the rabbitmq_managemnt interface and installing the
    rabbitmqadmin client was both controlled by the admin_enable
    parameter.
    
    Adds option enable_management (default: false). When this is
    set to true, and admin_enable is false the rabbitmq_management
    plugin is enabled, but the rabbitmqadmin client is not
    installed.
    
    For backward compatiblity the rabbitmq_management plugin is
    also enabled when admin_enable is set to true.
    
    Related #775
    
    * Support configuring plugins using enabled_plugins file
    
    Adds optional support to configure rabbitmq plugins by
    writing configuration file (/etc/rabbitmq/enabled_plugins).
    
    New parameter $use_config_file_for_plugins (boolean, default:
    false) Can be used to enable this feature. When enabled it
    replaces the use of the rabbitmqplugins provider to enable
    plugins.
    
    Fixes #775
    hjensas authored and EmilienM committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    48e8723 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Merge pull request #774 from vStone/feature/parameter_arraylist

    Allow Array values in rabbitmq_parameter
    wyardley authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    5477e69 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Don't crash on rabbitmq_plugins_dirs fact if rabbitmqctl is not present

    Before trying to access the contents of a regexp match, see if the
    match was successful. On machines without rabbitmqctl this match will
    return `nil`, so we can't index it with `[1]`. When that's the case,
    the whole rabbitmq_plugins_dirs fact value will now be `nil`, instead
    of throwing an exception.
    
    Fixes: #783
    jistr committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    ce7d4ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #784 from jistr/plugins-dirs-fix

    Don't crash on rabbitmq_plugins_dirs fact if rabbitmqctl is not present
    wyardley authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    7613f08 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Configuration menu
    Copy the full SHA
    00c7060 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #789 from tobixen/issue_788

    Slightly improved documentation of the ensure_repos parameter.
    wyardley authored Apr 3, 2019
    Configuration menu
    Copy the full SHA
    dd996ab View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. modulesync 2.7.0

    bastelfreak committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    8241d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82a2b03 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #791 from voxpupuli/modulesync

    modulesync 2.7.0
    dhoppe authored Apr 7, 2019
    Configuration menu
    Copy the full SHA
    34df84a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. make config path distribution-dependent

    this fixes a configuration error on the FreeBSD platform
    where is the 3rd-party software configuration placed
    has a prefix /usr/local.
    
    Tested on: FreeBSD 12.0-RELEASE, FreeBSD-13-HEAD
    olevole committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    05b6300 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    4a88848 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #794 from dhoppe/apt_pin_origin

    Fetch domain from URL and use it as origin
    wyardley authored May 2, 2019
    Configuration menu
    Copy the full SHA
    b62e2ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #793 from olevole/master

    make config path distribution-dependent
    wyardley authored May 2, 2019
    Configuration menu
    Copy the full SHA
    866e8c7 View commit details
    Browse the repository at this point in the history
  4. Remove odering of classes

    dhoppe committed May 2, 2019
    Configuration menu
    Copy the full SHA
    c872326 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Merge pull request #795 from dhoppe/apt_update

    Remove ordering of classes
    dhoppe authored May 3, 2019
    Configuration menu
    Copy the full SHA
    9dcd416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90dcbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32c7865 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Configuration menu
    Copy the full SHA
    363d48d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f096c0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Remove unused curl_prefix variable

    With change f223f66 (Convert to use
    'archive' instead of 'staging' for rabbitmqadmin install) the
    $curl_prefix variable became unused:
    $ grep -ir curl_prefix
    manifests/install/rabbitmqadmin.pp:      $curl_prefix = ''
    manifests/install/rabbitmqadmin.pp:      $curl_prefix  = "--noproxy ${management_ip_address} -g -6"
    manifests/install/rabbitmqadmin.pp:      $curl_prefix  = "--noproxy ${management_ip_address}"
    
    Let's just remove them. Users have means to specify options
    to the puppet-archive provider anyways.
    mbaldessari committed May 10, 2019
    Configuration menu
    Copy the full SHA
    7045bb4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #800 from mbaldessari/fix-unusued

    Remove unused curl_prefix variable
    wyardley authored May 10, 2019
    Configuration menu
    Copy the full SHA
    2cd0fb2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Merge pull request #797 from dhoppe/data_in_modules

    Use data-in-modules instead of params.pp
    bastelfreak authored May 11, 2019
    Configuration menu
    Copy the full SHA
    cc78a33 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Configuration menu
    Copy the full SHA
    12f4e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9872ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #803 from voxpupuli/afisher_update_dependencies

    Allow `puppetlabs/stdlib` 6.x and `puppet/archive` 4.x
    alexjfisher authored May 29, 2019
    Configuration menu
    Copy the full SHA
    bc420f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Add optional variables for SSL management-console

    - fallback to old variable for backwards compatibility
    Simon Stier committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    03cf356 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #648 from Slm0n87/master

    Add optional variables for SSL management-console
    wyardley authored Jun 22, 2019
    Configuration menu
    Copy the full SHA
    ab81dcc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. modulesync 2.8.0

    bastelfreak committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    00bceb6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #807 from voxpupuli/modulesync

    modulesync 2.8.0
    wyardley authored Jul 27, 2019
    Configuration menu
    Copy the full SHA
    42e2cf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    2bcfb0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #806 from jlutran/refactorRabbitmqParameterProvider

    Refactor rabbitmq_parameter provider
    wyardley authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    ef26d2c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Update link to rabbitmq-autocluster

    Marius Schuller authored Aug 14, 2019
    Configuration menu
    Copy the full SHA
    9486754 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #808 from makmarius/patch-1

    Update link to rabbitmq-autocluster
    wyardley authored Aug 14, 2019
    Configuration menu
    Copy the full SHA
    a1d2449 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d90e803 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #809 from wyardley/wyardley-docs-2

    docs: Updates autocluster plugin link
    wyardley authored Aug 14, 2019
    Configuration menu
    Copy the full SHA
    b842c14 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Release 9.1.0

    * Update CHANGELOG, REFERENCE and metadata for 9.1.0 release
    wyardley authored and bastelfreak committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    c0d5416 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #810 from wyardley/wyardley-9_1_0

    Release 9.1.0
    bastelfreak authored Aug 17, 2019
    Configuration menu
    Copy the full SHA
    7620259 View commit details
    Browse the repository at this point in the history