Skip to content

Commit bc2b53e

Browse files
authored
Merge pull request #1066 from voxpupuli/modulesync
modulesync 10.1.0-26-ga82038c
2 parents a037354 + 76a91ef commit bc2b53e

File tree

4 files changed

+7
-279
lines changed

4 files changed

+7
-279
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 272 deletions
This file was deleted.

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
modulesync_config_version: '10.1.0'
5+
modulesync_config_version: '10.2.0'

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
7-
gem 'voxpupuli-test', '~> 11.0', :require => false
7+
gem 'voxpupuli-test', '~> 12.0', :require => false
88
gem 'puppet_metadata', '~> 5.0', :require => false
99
end
1010

manifests/init.pp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -640,11 +640,11 @@
640640

641641
if $config_cluster and $cluster['name'] and $cluster['init_node'] {
642642
create_resources('rabbitmq_cluster', {
643-
$cluster['name'] => {
644-
'init_node' => $cluster['init_node'],
645-
'node_disc_type' => $cluster_node_type,
646-
'local_node' => $cluster['local_node'],
647-
}
643+
$cluster['name'] => {
644+
'init_node' => $cluster['init_node'],
645+
'node_disc_type' => $cluster_node_type,
646+
'local_node' => $cluster['local_node'],
647+
}
648648
})
649649
}
650650

0 commit comments

Comments
 (0)