Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 2e31170

Browse files
committed
README changes for primary installation
1 parent 99f6b02 commit 2e31170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Usage
2929
ibm_mq_installation 'Installation1' do
3030
source 'http://10.0.2.15:8000/WS_MQ_V8.0.0.4_LINUX_ON_X86_64_IM.tar.gz'
3131
accept_license true
32+
primary true
3233
end
3334

3435
ibm_mq_queue_manager 'qm1' do
@@ -48,13 +49,15 @@ specified by a URI.
4849
ibm_mq_installation 'Installation1' do
4950
source 'http://10.0.2.15:8000/WS_MQ_V8.0.0.4_LINUX_ON_X86_64_IM.tar.gz'
5051
accept_license true
52+
primary true
5153
action :create
5254
end
5355
```
5456

5557
#### Properties
5658
- `source` - Path to network accessible IBM MQ installation package.
5759
- `accept_license` - Set this to `true` if you accept the terms of the IBM MQ license.
60+
- `primary` - Set this to `true` to make this the primary MQ installation. Currently not supported to set this to `false`.
5861
- `packages` - An array of package names to install. Defaults to:
5962
`%w(MQSeriesServer MQSeriesGSKit)`
6063
- `uid` - The UID to use for the `mqm` user

0 commit comments

Comments
 (0)