diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-10-14 14:52:48 -0700 |
---|---|---|
committer | Jose Luis Franco <jfrancoa@redhat.com> | 2017-10-16 12:37:16 +0000 |
commit | 7e3f35d63e7fcfa18d8df89f3f4b63af783a75a2 (patch) | |
tree | 86421f24d2d6361442448c5261c2deb3e4ae25cb /puppet | |
parent | 28446f77efbc91f84307bf68a97c4a4aa7f48267 (diff) |
Switch RabbitFDLimit to a Puppet integer
Type changed in:
https://github.com/voxpupuli/puppet-rabbitmq/commit/20d159dc6f08357bca4b01fdbe3521e4dc56f634
We need to update it otherwise we get a Puppet error.
Change-Id: If03b7363295f1f529b7acf4a008ff63da8fef173
Closes-Bug: #1723665
(cherry picked from commit 24c756616c7a489e9bf43b6c5974e400815462ea)
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/rabbitmq.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/rabbitmq.yaml b/puppet/services/rabbitmq.yaml index a1a60201..879af2a1 100644 --- a/puppet/services/rabbitmq.yaml +++ b/puppet/services/rabbitmq.yaml @@ -41,7 +41,7 @@ parameters: RabbitFDLimit: default: 65536 description: Configures RabbitMQ FD limit - type: string + type: number RabbitIPv6: default: false description: Enable IPv6 in RabbitMQ |