We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b72f8 commit 7d14bacCopy full SHA for 7d14bac
1 file changed
README.md
@@ -427,8 +427,8 @@ rabbitmq_policy { 'ha-all@myhost':
427
applyto => 'all',
428
definition => {
429
'ha-mode' => 'all',
430
- 'ha-sync-mode' => 'automatic'
431
- }
+ 'ha-sync-mode' => 'automatic',
+ },
432
}
433
```
434
@@ -445,13 +445,14 @@ rabbitmq_plugin {'rabbitmq_stomp':
445
##Limitations
446
447
This module has been built on and tested against Puppet 2.7 and higher.
448
+Puppet 2.7 support is slated for removal at the next major version.
449
450
The module has been tested on:
451
452
* RedHat Enterprise Linux 5/6
453
* Debian 6/7
454
* CentOS 5/6
-* Ubuntu 12.04
455
+* Ubuntu 12.04/14.04
456
457
Testing on other platforms has been light and cannot be guaranteed.
458
0 commit comments