Fix indentation for cluster_nodes #473
Annotations
11 errors
|
spec/classes/rabbitmq_spec.rb#L410
rabbitmq on sles-11-x86_64 configures config_cluster and sets appropriate configuration for cluster_nodes
Failure/Error: is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram})
expected that the catalogue would contain File[rabbitmq.config] with content set to /^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram/ but it is set to "% This file managed by Puppet\n% Template Path: rabbitmq/templates/rabbitmq.config\n[\n {rabbit, [\n {loopback_users, [<<\"guest\">>]},\n {cluster_nodes, {['rabbit@hare-1', 'rabbit@hare-2'], ram}},\n {cluster_partition_handling, ignore},\n {tcp_listen_options, [\n {backlog, 128},\n {nodelay, true},\n {linger, {true, 0}},\n {exit_on_close, false}\n ]},\n {default_user, <<\"guest\">>},\n {default_pass, <<\"guest\">>}\n ]},\n {kernel, [\n ]}\n,\n {rabbitmq_management, [\n {listener, [\n {port, 15672}\n ]}\n ]}\n].\n% EOF\n\n\n"
Diff:
@@ -1,26 +1,51 @@
-(?-mix:^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram)
+% This file managed by Puppet
+% Template Path: rabbitmq/templates/rabbitmq.config
+[
+ {rabbit, [
+ {loopback_users, [<<"guest">>]},
+ {cluster_nodes, {['rabbit@hare-1', 'rabbit@hare-2'], ram}},
+ {cluster_partition_handling, ignore},
+ {tcp_listen_options, [
+ {backlog, 128},
+ {nodelay, true},
+ {linger, {true, 0}},
+ {exit_on_close, false}
+ ]},
+ {default_user, <<"guest">>},
+ {default_pass, <<"guest">>}
+ ]},
+ {kernel, [
+ ]}
+,
+ {rabbitmq_management, [
+ {listener, [
+ {port, 15672}
+ ]}
+ ]}
+].
+% EOF
|
spec/classes/rabbitmq_spec.rb#L425
rabbitmq on sles-11-x86_64 configures config_cluster without cluster_nodes and sets appropriate configuration for cluster_nodes
Failure/Error: is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\[\], ram})
expected that the catalogue would contain File[rabbitmq.config] with content set to /^ {8}\{cluster_nodes, \{\[\], ram/ but it is set to "% This file managed by Puppet\n% Template Path: rabbitmq/templates/rabbitmq.config\n[\n {rabbit, [\n {loopback_users, [<<\"guest\">>]},\n {cluster_nodes, {[], ram}},\n {cluster_partition_handling, ignore},\n {tcp_listen_options, [\n {backlog, 128},\n {nodelay, true},\n {linger, {true, 0}},\n {exit_on_close, false}\n ]},\n {default_user, <<\"guest\">>},\n {default_pass, <<\"guest\">>}\n ]},\n {kernel, [\n ]}\n,\n {rabbitmq_management, [\n {listener, [\n {port, 15672}\n ]}\n ]}\n].\n% EOF\n\n\n"
Diff:
@@ -1,26 +1,51 @@
-(?-mix:^ {8}\{cluster_nodes, \{\[\], ram)
+% This file managed by Puppet
+% Template Path: rabbitmq/templates/rabbitmq.config
+[
+ {rabbit, [
+ {loopback_users, [<<"guest">>]},
+ {cluster_nodes, {[], ram}},
+ {cluster_partition_handling, ignore},
+ {tcp_listen_options, [
+ {backlog, 128},
+ {nodelay, true},
+ {linger, {true, 0}},
+ {exit_on_close, false}
+ ]},
+ {default_user, <<"guest">>},
+ {default_pass, <<"guest">>}
+ ]},
+ {kernel, [
+ ]}
+,
+ {rabbitmq_management, [
+ {listener, [
+ {port, 15672}
+ ]}
+ ]}
+].
+% EOF
|
spec/classes/rabbitmq_spec.rb#L410
rabbitmq on centos-7-x86_64 configures config_cluster and sets appropriate configuration for cluster_nodes
Failure/Error: is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram})
expected that the catalogue would contain File[rabbitmq.config] with content set to /^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram/ but it is set to "% This file managed by Puppet\n% Template Path: rabbitmq/templates/rabbitmq.config\n[\n {rabbit, [\n {loopback_users, [<<\"guest\">>]},\n {cluster_nodes, {['rabbit@hare-1', 'rabbit@hare-2'], ram}},\n {cluster_partition_handling, ignore},\n {tcp_listen_options, [\n {backlog, 128},\n {nodelay, true},\n {linger, {true, 0}},\n {exit_on_close, false}\n ]},\n {default_user, <<\"guest\">>},\n {default_pass, <<\"guest\">>}\n ]},\n {kernel, [\n ]}\n,\n {rabbitmq_management, [\n {listener, [\n {port, 15672}\n ]}\n ]}\n].\n% EOF\n\n\n"
Diff:
@@ -1,26 +1,51 @@
-(?-mix:^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram)
+% This file managed by Puppet
+% Template Path: rabbitmq/templates/rabbitmq.config
+[
+ {rabbit, [
+ {loopback_users, [<<"guest">>]},
+ {cluster_nodes, {['rabbit@hare-1', 'rabbit@hare-2'], ram}},
+ {cluster_partition_handling, ignore},
+ {tcp_listen_options, [
+ {backlog, 128},
+ {nodelay, true},
+ {linger, {true, 0}},
+ {exit_on_close, false}
+ ]},
+ {default_user, <<"guest">>},
+ {default_pass, <<"guest">>}
+ ]},
+ {kernel, [
+ ]}
+,
+ {rabbitmq_management, [
+ {listener, [
+ {port, 15672}
+ ]}
+ ]}
+].
+% EOF
|
spec/classes/rabbitmq_spec.rb#L425
rabbitmq on centos-7-x86_64 configures config_cluster without cluster_nodes and sets appropriate configuration for cluster_nodes
Failure/Error: is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\[\], ram})
expected that the catalogue would contain File[rabbitmq.config] with content set to /^ {8}\{cluster_nodes, \{\[\], ram/ but it is set to "% This file managed by Puppet\n% Template Path: rabbitmq/templates/rabbitmq.config\n[\n {rabbit, [\n {loopback_users, [<<\"guest\">>]},\n {cluster_nodes, {[], ram}},\n {cluster_partition_handling, ignore},\n {tcp_listen_options, [\n {backlog, 128},\n {nodelay, true},\n {linger, {true, 0}},\n {exit_on_close, false}\n ]},\n {default_user, <<\"guest\">>},\n {default_pass, <<\"guest\">>}\n ]},\n {kernel, [\n ]}\n,\n {rabbitmq_management, [\n {listener, [\n {port, 15672}\n ]}\n ]}\n].\n% EOF\n\n\n"
Diff:
@@ -1,26 +1,51 @@
-(?-mix:^ {8}\{cluster_nodes, \{\[\], ram)
+% This file managed by Puppet
+% Template Path: rabbitmq/templates/rabbitmq.config
+[
+ {rabbit, [
+ {loopback_users, [<<"guest">>]},
+ {cluster_nodes, {[], ram}},
+ {cluster_partition_handling, ignore},
+ {tcp_listen_options, [
+ {backlog, 128},
+ {nodelay, true},
+ {linger, {true, 0}},
+ {exit_on_close, false}
+ ]},
+ {default_user, <<"guest">>},
+ {default_pass, <<"guest">>}
+ ]},
+ {kernel, [
+ ]}
+,
+ {rabbitmq_management, [
+ {listener, [
+ {port, 15672}
+ ]}
+ ]}
+].
+% EOF
|
spec/classes/rabbitmq_spec.rb#L410
rabbitmq on debian-10-x86_64 configures config_cluster and sets appropriate configuration for cluster_nodes
Failure/Error: is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram})
expected that the catalogue would contain File[rabbitmq.config] with content set to /^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram/ but it is set to "% This file managed by Puppet\n% Template Path: rabbitmq/templates/rabbitmq.config\n[\n {rabbit, [\n {loopback_users, [<<\"guest\">>]},\n {cluster_nodes, {['rabbit@hare-1', 'rabbit@hare-2'], ram}},\n {cluster_partition_handling, ignore},\n {tcp_listen_options, [\n {backlog, 128},\n {nodelay, true},\n {linger, {true, 0}},\n {exit_on_close, false}\n ]},\n {default_user, <<\"guest\">>},\n {default_pass, <<\"guest\">>}\n ]},\n {kernel, [\n ]}\n,\n {rabbitmq_management, [\n {listener, [\n {port, 15672}\n ]}\n ]}\n].\n% EOF\n\n\n"
Diff:
@@ -1,26 +1,51 @@
-(?-mix:^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram)
+% This file managed by Puppet
+% Template Path: rabbitmq/templates/rabbitmq.config
+[
+ {rabbit, [
+ {loopback_users, [<<"guest">>]},
+ {cluster_nodes, {['rabbit@hare-1', 'rabbit@hare-2'], ram}},
+ {cluster_partition_handling, ignore},
+ {tcp_listen_options, [
+ {backlog, 128},
+ {nodelay, true},
+ {linger, {true, 0}},
+ {exit_on_close, false}
+ ]},
+ {default_user, <<"guest">>},
+ {default_pass, <<"guest">>}
+ ]},
+ {kernel, [
+ ]}
+,
+ {rabbitmq_management, [
+ {listener, [
+ {port, 15672}
+ ]}
+ ]}
+].
+% EOF
|
spec/classes/rabbitmq_spec.rb#L425
rabbitmq on debian-10-x86_64 configures config_cluster without cluster_nodes and sets appropriate configuration for cluster_nodes
Failure/Error: is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\[\], ram})
expected that the catalogue would contain File[rabbitmq.config] with content set to /^ {8}\{cluster_nodes, \{\[\], ram/ but it is set to "% This file managed by Puppet\n% Template Path: rabbitmq/templates/rabbitmq.config\n[\n {rabbit, [\n {loopback_users, [<<\"guest\">>]},\n {cluster_nodes, {[], ram}},\n {cluster_partition_handling, ignore},\n {tcp_listen_options, [\n {backlog, 128},\n {nodelay, true},\n {linger, {true, 0}},\n {exit_on_close, false}\n ]},\n {default_user, <<\"guest\">>},\n {default_pass, <<\"guest\">>}\n ]},\n {kernel, [\n ]}\n,\n {rabbitmq_management, [\n {listener, [\n {port, 15672}\n ]}\n ]}\n].\n% EOF\n\n\n"
Diff:
@@ -1,26 +1,51 @@
-(?-mix:^ {8}\{cluster_nodes, \{\[\], ram)
+% This file managed by Puppet
+% Template Path: rabbitmq/templates/rabbitmq.config
+[
+ {rabbit, [
+ {loopback_users, [<<"guest">>]},
+ {cluster_nodes, {[], ram}},
+ {cluster_partition_handling, ignore},
+ {tcp_listen_options, [
+ {backlog, 128},
+ {nodelay, true},
+ {linger, {true, 0}},
+ {exit_on_close, false}
+ ]},
+ {default_user, <<"guest">>},
+ {default_pass, <<"guest">>}
+ ]},
+ {kernel, [
+ ]}
+,
+ {rabbitmq_management, [
+ {listener, [
+ {port, 15672}
+ ]}
+ ]}
+].
+% EOF
|
spec/classes/rabbitmq_spec.rb#L410
rabbitmq on freebsd-12-amd64 configures config_cluster and sets appropriate configuration for cluster_nodes
Failure/Error: is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram})
expected that the catalogue would contain File[rabbitmq.config] with content set to /^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram/ but it is set to "% This file managed by Puppet\n% Template Path: rabbitmq/templates/rabbitmq.config\n[\n {rabbit, [\n {loopback_users, [<<\"guest\">>]},\n {cluster_nodes, {['rabbit@hare-1', 'rabbit@hare-2'], ram}},\n {cluster_partition_handling, ignore},\n {tcp_listen_options, [\n {backlog, 128},\n {nodelay, true},\n {linger, {true, 0}},\n {exit_on_close, false}\n ]},\n {default_user, <<\"guest\">>},\n {default_pass, <<\"guest\">>}\n ]},\n {kernel, [\n ]}\n,\n {rabbitmq_management, [\n {listener, [\n {port, 15672}\n ]}\n ]}\n].\n% EOF\n\n\n"
Diff:
@@ -1,26 +1,51 @@
-(?-mix:^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram)
+% This file managed by Puppet
+% Template Path: rabbitmq/templates/rabbitmq.config
+[
+ {rabbit, [
+ {loopback_users, [<<"guest">>]},
+ {cluster_nodes, {['rabbit@hare-1', 'rabbit@hare-2'], ram}},
+ {cluster_partition_handling, ignore},
+ {tcp_listen_options, [
+ {backlog, 128},
+ {nodelay, true},
+ {linger, {true, 0}},
+ {exit_on_close, false}
+ ]},
+ {default_user, <<"guest">>},
+ {default_pass, <<"guest">>}
+ ]},
+ {kernel, [
+ ]}
+,
+ {rabbitmq_management, [
+ {listener, [
+ {port, 15672}
+ ]}
+ ]}
+].
+% EOF
|
spec/classes/rabbitmq_spec.rb#L425
rabbitmq on freebsd-12-amd64 configures config_cluster without cluster_nodes and sets appropriate configuration for cluster_nodes
Failure/Error: is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\[\], ram})
expected that the catalogue would contain File[rabbitmq.config] with content set to /^ {8}\{cluster_nodes, \{\[\], ram/ but it is set to "% This file managed by Puppet\n% Template Path: rabbitmq/templates/rabbitmq.config\n[\n {rabbit, [\n {loopback_users, [<<\"guest\">>]},\n {cluster_nodes, {[], ram}},\n {cluster_partition_handling, ignore},\n {tcp_listen_options, [\n {backlog, 128},\n {nodelay, true},\n {linger, {true, 0}},\n {exit_on_close, false}\n ]},\n {default_user, <<\"guest\">>},\n {default_pass, <<\"guest\">>}\n ]},\n {kernel, [\n ]}\n,\n {rabbitmq_management, [\n {listener, [\n {port, 15672}\n ]}\n ]}\n].\n% EOF\n\n\n"
Diff:
@@ -1,26 +1,51 @@
-(?-mix:^ {8}\{cluster_nodes, \{\[\], ram)
+% This file managed by Puppet
+% Template Path: rabbitmq/templates/rabbitmq.config
+[
+ {rabbit, [
+ {loopback_users, [<<"guest">>]},
+ {cluster_nodes, {[], ram}},
+ {cluster_partition_handling, ignore},
+ {tcp_listen_options, [
+ {backlog, 128},
+ {nodelay, true},
+ {linger, {true, 0}},
+ {exit_on_close, false}
+ ]},
+ {default_user, <<"guest">>},
+ {default_pass, <<"guest">>}
+ ]},
+ {kernel, [
+ ]}
+,
+ {rabbitmq_management, [
+ {listener, [
+ {port, 15672}
+ ]}
+ ]}
+].
+% EOF
|
spec/classes/rabbitmq_spec.rb#L410
rabbitmq on freebsd-13-amd64 configures config_cluster and sets appropriate configuration for cluster_nodes
Failure/Error: is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram})
expected that the catalogue would contain File[rabbitmq.config] with content set to /^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram/ but it is set to "% This file managed by Puppet\n% Template Path: rabbitmq/templates/rabbitmq.config\n[\n {rabbit, [\n {loopback_users, [<<\"guest\">>]},\n {cluster_nodes, {['rabbit@hare-1', 'rabbit@hare-2'], ram}},\n {cluster_partition_handling, ignore},\n {tcp_listen_options, [\n {backlog, 128},\n {nodelay, true},\n {linger, {true, 0}},\n {exit_on_close, false}\n ]},\n {default_user, <<\"guest\">>},\n {default_pass, <<\"guest\">>}\n ]},\n {kernel, [\n ]}\n,\n {rabbitmq_management, [\n {listener, [\n {port, 15672}\n ]}\n ]}\n].\n% EOF\n\n\n"
Diff:
@@ -1,26 +1,51 @@
-(?-mix:^ {8}\{cluster_nodes, \{\['rabbit@hare-1', 'rabbit@hare-2'\], ram)
+% This file managed by Puppet
+% Template Path: rabbitmq/templates/rabbitmq.config
+[
+ {rabbit, [
+ {loopback_users, [<<"guest">>]},
+ {cluster_nodes, {['rabbit@hare-1', 'rabbit@hare-2'], ram}},
+ {cluster_partition_handling, ignore},
+ {tcp_listen_options, [
+ {backlog, 128},
+ {nodelay, true},
+ {linger, {true, 0}},
+ {exit_on_close, false}
+ ]},
+ {default_user, <<"guest">>},
+ {default_pass, <<"guest">>}
+ ]},
+ {kernel, [
+ ]}
+,
+ {rabbitmq_management, [
+ {listener, [
+ {port, 15672}
+ ]}
+ ]}
+].
+% EOF
|
spec/classes/rabbitmq_spec.rb#L425
rabbitmq on freebsd-13-amd64 configures config_cluster without cluster_nodes and sets appropriate configuration for cluster_nodes
Failure/Error: is_expected.to contain_file('rabbitmq.config').with('content' => %r{^ {8}\{cluster_nodes, \{\[\], ram})
expected that the catalogue would contain File[rabbitmq.config] with content set to /^ {8}\{cluster_nodes, \{\[\], ram/ but it is set to "% This file managed by Puppet\n% Template Path: rabbitmq/templates/rabbitmq.config\n[\n {rabbit, [\n {loopback_users, [<<\"guest\">>]},\n {cluster_nodes, {[], ram}},\n {cluster_partition_handling, ignore},\n {tcp_listen_options, [\n {backlog, 128},\n {nodelay, true},\n {linger, {true, 0}},\n {exit_on_close, false}\n ]},\n {default_user, <<\"guest\">>},\n {default_pass, <<\"guest\">>}\n ]},\n {kernel, [\n ]}\n,\n {rabbitmq_management, [\n {listener, [\n {port, 15672}\n ]}\n ]}\n].\n% EOF\n\n\n"
Diff:
@@ -1,26 +1,51 @@
-(?-mix:^ {8}\{cluster_nodes, \{\[\], ram)
+% This file managed by Puppet
+% Template Path: rabbitmq/templates/rabbitmq.config
+[
+ {rabbit, [
+ {loopback_users, [<<"guest">>]},
+ {cluster_nodes, {[], ram}},
+ {cluster_partition_handling, ignore},
+ {tcp_listen_options, [
+ {backlog, 128},
+ {nodelay, true},
+ {linger, {true, 0}},
+ {exit_on_close, false}
+ ]},
+ {default_user, <<"guest">>},
+ {default_pass, <<"guest">>}
+ ]},
+ {kernel, [
+ ]}
+,
+ {rabbitmq_management, [
+ {listener, [
+ {port, 15672}
+ ]}
+ ]}
+].
+% EOF
|
The logs for this run have expired and are no longer available.
Loading