Skip to content

Commit

Permalink
chore: release 10.3.0
Browse files Browse the repository at this point in the history
release 10.3.0:

* Add new parameter autoconvert for rabbitmq_parameter (@joec4i) (voxpupuli#865)
* Ensure :autoconvert is initialized before :value for rabbitmq_parameter (@joec4i) (voxpupuli#867)
* modulesync 3.1.0 (@bastelfreak) (voxpupuli#864)
  • Loading branch information
wyardley committed Dec 1, 2020
1 parent c5d2225 commit 9303ea2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,18 @@ rabbitmq_parameter { 'documentumFed@/':
'expires' => '360000',
},
}
rabbitmq_parameter { 'documentumShovelNoMunging@/':
component_name => '',
value => {
'src-uri' => 'amqp://',
'src-exchange' => 'my-exchange',
'src-exchange-key' => '6',
'src-queue' => 'my-queue',
'dest-uri' => 'amqp://remote-server',
'dest-exchange' => 'another-exchange',
},
autoconvert => false,
}
```

#### Properties
Expand Down Expand Up @@ -1323,6 +1335,14 @@ namevar

combination of name@vhost to set parameter for

##### `autoconvert`

Valid values: `true`, `false`

whether numeric strings from `value` should be converted to int automatically

Default value: `true`

### rabbitmq_plugin

manages rabbitmq plugins
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-rabbitmq",
"version": "10.2.1-rc0",
"version": "10.3.0",
"author": "voxpupuli",
"summary": "Installs, configures, and manages RabbitMQ.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9303ea2

Please sign in to comment.