refactor(vars): remove global scope #4
Annotations
111 errors and 7 warnings
lint
Process completed with exit code 1.
|
rubocop:
spec/classes/config_spec.rb#L84
RSpec/ImplicitExpect: Prefer `is_expected.to` over `should`. (https://rspec.rubystyle.guide/#use-expect, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ImplicitExpect)
|
rubocop:
spec/classes/config_spec.rb#L84
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
|
rubocop:
spec/classes/config_spec.rb#L85
RSpec/ImplicitExpect: Prefer `is_expected.to_not` over `should_not`. (https://rspec.rubystyle.guide/#use-expect, https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ImplicitExpect)
|
rubocop:
spec/classes/config_spec.rb#L104
Style/TrailingCommaInArguments: Put a comma after the last parameter of a multiline method call. (https://rubystyle.guide#no-trailing-params-comma)
|
rubocop:
spec/classes/config_spec.rb#L105
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
|
rubocop:
spec/classes/config_spec.rb#L108
Style/TrailingCommaInArguments: Put a comma after the last parameter of a multiline method call. (https://rubystyle.guide#no-trailing-params-comma)
|
rubocop:
spec/classes/config_spec.rb#L109
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
|
rubocop:
spec/classes/config_spec.rb#L112
Style/TrailingCommaInArguments: Put a comma after the last parameter of a multiline method call. (https://rubystyle.guide#no-trailing-params-comma)
|
rubocop:
spec/classes/config_spec.rb#L113
Style/RegexpLiteral: Use `%r` around regular expression. (https://rubystyle.guide#percent-r)
|
rubocop:
spec/classes/config_spec.rb#L133
Style/TrailingCommaInArguments: Put a comma after the last parameter of a multiline method call. (https://rubystyle.guide#no-trailing-params-comma)
|
Acceptance / Image rocky9-64a:
spec/acceptance/zookeeper_spec.rb#L12
zookeeper defintion basic setup install zookeeper
Failure/Error:
expect(apply_manifest(pp,
catch_failures: false,
debug: false).exit_code).to be_zero
Beaker::Host::CommandFailure:
Host 'rocky9-64-1' exited with 1 running:
puppet apply --verbose /tmp/apply_manifest_165021846.pp.yklxlD
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Could not run: /etc/puppetlabs/code/environments/production/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
|
Acceptance / Image rocky9-64a:
spec/acceptance/zookeeper_spec.rb#L46
zookeeper defintion basic setup File "/etc/zookeeper" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/zookeeper".directory?` to be truthy, got false
|
Acceptance / Image rocky9-64a:
spec/acceptance/zookeeper_spec.rb#L50
zookeeper defintion basic setup File "/etc/zookeeper/conf" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/zookeeper/conf".directory?` to be truthy, got false
|
Acceptance / Image rocky9-64a:
spec/acceptance/zookeeper_spec.rb#L54
zookeeper defintion basic setup User "zookeeper" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "zookeeper" to exist
|
Acceptance / Image rocky9-64a:
spec/acceptance/zookeeper_spec.rb#L58
zookeeper defintion basic setup Group "zookeeper" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "zookeeper" to exist
|
Acceptance / Image rocky9-64a:
spec/acceptance/zookeeper_spec.rb#L62
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/zoo.cfg" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Acceptance / Image rocky9-64a:
spec/acceptance/zookeeper_spec.rb#L63
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/zoo.cfg" stdout is expected to match /^clientPort=2181$/
Failure/Error: its(:stdout) { is_expected.to match %r{^clientPort=2181$} }
expected "" to match /^clientPort=2181$/
Diff:
@@ -1 +1 @@
-/^clientPort=2181$/
+""
|
Acceptance / Image rocky9-64a:
spec/acceptance/zookeeper_spec.rb#L67
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/myid" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Acceptance / Image rocky9-64a:
spec/acceptance/zookeeper_spec.rb#L68
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/myid" stdout is expected to match /^1$/
Failure/Error: its(:stdout) { is_expected.to match %r{^1$} }
expected "" to match /^1$/
Diff:
@@ -1 +1 @@
-/^1$/
+""
|
Acceptance / Image rocky9-64a:
spec/acceptance/zookeeper_spec.rb#L72
zookeeper defintion basic setup File "/etc/zookeeper/conf/zoo.cfg" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/zookeeper/conf/zoo.cfg".file?` to be truthy, got false
|
Acceptance / Image centos9-64a:
spec/acceptance/zookeeper_spec.rb#L12
zookeeper defintion basic setup install zookeeper
Failure/Error:
expect(apply_manifest(pp,
catch_failures: false,
debug: false).exit_code).to be_zero
Beaker::Host::CommandFailure:
Host 'centos9-64-1' exited with 1 running:
puppet apply --verbose /tmp/apply_manifest_165024877.pp.yMY5WV
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Could not run: /etc/puppetlabs/code/environments/production/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
|
Acceptance / Image centos9-64a:
spec/acceptance/zookeeper_spec.rb#L46
zookeeper defintion basic setup File "/etc/zookeeper" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/zookeeper".directory?` to be truthy, got false
|
Acceptance / Image centos9-64a:
spec/acceptance/zookeeper_spec.rb#L50
zookeeper defintion basic setup File "/etc/zookeeper/conf" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/zookeeper/conf".directory?` to be truthy, got false
|
Acceptance / Image centos9-64a:
spec/acceptance/zookeeper_spec.rb#L54
zookeeper defintion basic setup User "zookeeper" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "zookeeper" to exist
|
Acceptance / Image centos9-64a:
spec/acceptance/zookeeper_spec.rb#L58
zookeeper defintion basic setup Group "zookeeper" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "zookeeper" to exist
|
Acceptance / Image centos9-64a:
spec/acceptance/zookeeper_spec.rb#L62
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/zoo.cfg" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Acceptance / Image centos9-64a:
spec/acceptance/zookeeper_spec.rb#L63
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/zoo.cfg" stdout is expected to match /^clientPort=2181$/
Failure/Error: its(:stdout) { is_expected.to match %r{^clientPort=2181$} }
expected "" to match /^clientPort=2181$/
Diff:
@@ -1 +1 @@
-/^clientPort=2181$/
+""
|
Acceptance / Image centos9-64a:
spec/acceptance/zookeeper_spec.rb#L67
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/myid" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Acceptance / Image centos9-64a:
spec/acceptance/zookeeper_spec.rb#L68
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/myid" stdout is expected to match /^1$/
Failure/Error: its(:stdout) { is_expected.to match %r{^1$} }
expected "" to match /^1$/
Diff:
@@ -1 +1 @@
-/^1$/
+""
|
Acceptance / Image centos9-64a:
spec/acceptance/zookeeper_spec.rb#L72
zookeeper defintion basic setup File "/etc/zookeeper/conf/zoo.cfg" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/zookeeper/conf/zoo.cfg".file?` to be truthy, got false
|
Acceptance / Image ubuntu2204-64a:
spec/acceptance/zookeeper_spec.rb#L12
zookeeper defintion basic setup install zookeeper
Failure/Error:
expect(apply_manifest(pp,
catch_failures: false,
debug: false).exit_code).to be_zero
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-1' exited with 1 running:
puppet apply --verbose /tmp/apply_manifest_165029791.pp.I35C0z
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Could not run: /etc/puppetlabs/code/environments/production/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
|
Acceptance / Image ubuntu2204-64a:
spec/acceptance/zookeeper_spec.rb#L46
zookeeper defintion basic setup File "/etc/zookeeper" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/zookeeper".directory?` to be truthy, got false
|
Acceptance / Image ubuntu2204-64a:
spec/acceptance/zookeeper_spec.rb#L50
zookeeper defintion basic setup File "/etc/zookeeper/conf" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/zookeeper/conf".directory?` to be truthy, got false
|
Acceptance / Image ubuntu2204-64a:
spec/acceptance/zookeeper_spec.rb#L54
zookeeper defintion basic setup User "zookeeper" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "zookeeper" to exist
|
Acceptance / Image ubuntu2204-64a:
spec/acceptance/zookeeper_spec.rb#L58
zookeeper defintion basic setup Group "zookeeper" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "zookeeper" to exist
|
Acceptance / Image ubuntu2204-64a:
spec/acceptance/zookeeper_spec.rb#L62
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/zoo.cfg" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Acceptance / Image ubuntu2204-64a:
spec/acceptance/zookeeper_spec.rb#L63
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/zoo.cfg" stdout is expected to match /^clientPort=2181$/
Failure/Error: its(:stdout) { is_expected.to match %r{^clientPort=2181$} }
expected "" to match /^clientPort=2181$/
Diff:
@@ -1 +1 @@
-/^clientPort=2181$/
+""
|
Acceptance / Image ubuntu2204-64a:
spec/acceptance/zookeeper_spec.rb#L67
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/myid" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Acceptance / Image ubuntu2204-64a:
spec/acceptance/zookeeper_spec.rb#L68
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/myid" stdout is expected to match /^1$/
Failure/Error: its(:stdout) { is_expected.to match %r{^1$} }
expected "" to match /^1$/
Diff:
@@ -1 +1 @@
-/^1$/
+""
|
Acceptance / Image ubuntu2204-64a:
spec/acceptance/zookeeper_spec.rb#L72
zookeeper defintion basic setup File "/etc/zookeeper/conf/zoo.cfg" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/zookeeper/conf/zoo.cfg".file?` to be truthy, got false
|
Acceptance / Image debian10-64a:
spec/acceptance/zookeeper_spec.rb#L12
zookeeper defintion basic setup install zookeeper
Failure/Error:
expect(apply_manifest(pp,
catch_failures: false,
debug: false).exit_code).to be_zero
Beaker::Host::CommandFailure:
Host 'debian10-64-1' exited with 1 running:
puppet apply --verbose /tmp/apply_manifest_165032096.pp.vbpF9J
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Could not run: /etc/puppetlabs/code/environments/production/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
|
Acceptance / Image debian10-64a:
spec/acceptance/zookeeper_spec.rb#L46
zookeeper defintion basic setup File "/etc/zookeeper" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/zookeeper".directory?` to be truthy, got false
|
Acceptance / Image debian10-64a:
spec/acceptance/zookeeper_spec.rb#L50
zookeeper defintion basic setup File "/etc/zookeeper/conf" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/zookeeper/conf".directory?` to be truthy, got false
|
Acceptance / Image debian10-64a:
spec/acceptance/zookeeper_spec.rb#L54
zookeeper defintion basic setup User "zookeeper" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "zookeeper" to exist
|
Acceptance / Image debian10-64a:
spec/acceptance/zookeeper_spec.rb#L58
zookeeper defintion basic setup Group "zookeeper" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "zookeeper" to exist
|
Acceptance / Image debian10-64a:
spec/acceptance/zookeeper_spec.rb#L62
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/zoo.cfg" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Acceptance / Image debian10-64a:
spec/acceptance/zookeeper_spec.rb#L63
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/zoo.cfg" stdout is expected to match /^clientPort=2181$/
Failure/Error: its(:stdout) { is_expected.to match %r{^clientPort=2181$} }
expected "" to match /^clientPort=2181$/
Diff:
@@ -1 +1 @@
-/^clientPort=2181$/
+""
|
Acceptance / Image debian10-64a:
spec/acceptance/zookeeper_spec.rb#L67
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/myid" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Acceptance / Image debian10-64a:
spec/acceptance/zookeeper_spec.rb#L68
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/myid" stdout is expected to match /^1$/
Failure/Error: its(:stdout) { is_expected.to match %r{^1$} }
expected "" to match /^1$/
Diff:
@@ -1 +1 @@
-/^1$/
+""
|
Acceptance / Image debian10-64a:
spec/acceptance/zookeeper_spec.rb#L72
zookeeper defintion basic setup File "/etc/zookeeper/conf/zoo.cfg" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/zookeeper/conf/zoo.cfg".file?` to be truthy, got false
|
Acceptance / Image debian11-64a:
spec/acceptance/zookeeper_spec.rb#L12
zookeeper defintion basic setup install zookeeper
Failure/Error:
expect(apply_manifest(pp,
catch_failures: false,
debug: false).exit_code).to be_zero
Beaker::Host::CommandFailure:
Host 'debian11-64-1' exited with 1 running:
puppet apply --verbose /tmp/apply_manifest_165032297.pp.3CFaX9
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Could not run: /etc/puppetlabs/code/environments/production/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
|
Acceptance / Image debian11-64a:
spec/acceptance/zookeeper_spec.rb#L46
zookeeper defintion basic setup File "/etc/zookeeper" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/zookeeper".directory?` to be truthy, got false
|
Acceptance / Image debian11-64a:
spec/acceptance/zookeeper_spec.rb#L50
zookeeper defintion basic setup File "/etc/zookeeper/conf" is expected to be directory
Failure/Error: it { is_expected.to be_directory }
expected `File "/etc/zookeeper/conf".directory?` to be truthy, got false
|
Acceptance / Image debian11-64a:
spec/acceptance/zookeeper_spec.rb#L54
zookeeper defintion basic setup User "zookeeper" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "zookeeper" to exist
|
Acceptance / Image debian11-64a:
spec/acceptance/zookeeper_spec.rb#L58
zookeeper defintion basic setup Group "zookeeper" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "zookeeper" to exist
|
Acceptance / Image debian11-64a:
spec/acceptance/zookeeper_spec.rb#L62
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/zoo.cfg" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Acceptance / Image debian11-64a:
spec/acceptance/zookeeper_spec.rb#L63
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/zoo.cfg" stdout is expected to match /^clientPort=2181$/
Failure/Error: its(:stdout) { is_expected.to match %r{^clientPort=2181$} }
expected "" to match /^clientPort=2181$/
Diff:
@@ -1 +1 @@
-/^clientPort=2181$/
+""
|
Acceptance / Image debian11-64a:
spec/acceptance/zookeeper_spec.rb#L67
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/myid" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Acceptance / Image debian11-64a:
spec/acceptance/zookeeper_spec.rb#L68
zookeeper defintion basic setup Command "cat /etc/zookeeper/conf/myid" stdout is expected to match /^1$/
Failure/Error: its(:stdout) { is_expected.to match %r{^1$} }
expected "" to match /^1$/
Diff:
@@ -1 +1 @@
-/^1$/
+""
|
Acceptance / Image debian11-64a:
spec/acceptance/zookeeper_spec.rb#L72
zookeeper defintion basic setup File "/etc/zookeeper/conf/zoo.cfg" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/zookeeper/conf/zoo.cfg".file?` to be truthy, got false
|
Ruby 3.1 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L9
zookeeper::config with default parameters is expected to contain File[/etc/zookeeper/conf] with ensure => "directory", owner => "zookeeper" and group => "zookeeper"
Failure/Error:
is_expected.to contain_file(cfg_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.1 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L15
zookeeper::config with default parameters is expected to contain File[/var/lib/zookeeper] with ensure => "directory", owner => "zookeeper" and group => "zookeeper"
Failure/Error:
is_expected.to contain_file(log_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.1 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L21
zookeeper::config with default parameters is expected to contain File[/etc/zookeeper/conf/myid] with ensure => "file", owner => "zookeeper", group => "zookeeper" and content =~ /^1/
Failure/Error:
is_expected.to contain_file(id_file).with('ensure' => 'file',
'owner' => user,
'group' => group).with_content(myid)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.1 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L9
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/conf] with ensure => "directory", owner => "zoo" and group => "zoo"
Failure/Error:
is_expected.to contain_file(cfg_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.1 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L15
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/log] with ensure => "directory", owner => "zoo" and group => "zoo"
Failure/Error:
is_expected.to contain_file(log_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.1 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L21
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/conf/myid] with ensure => "file", owner => "zoo", group => "zoo" and content =~ /^2/
Failure/Error:
is_expected.to contain_file(id_file).with('ensure' => 'file',
'owner' => user,
'group' => group).with_content(myid)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.1 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L43
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/java.env] with content =~ /ERROR/
Failure/Error: is_expected.to contain_file(environment_file).with_content(%r{ERROR})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.1 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L50
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/zoo.cfg] with content =~ /snapCount=15000/
Failure/Error: is_expected.to contain_file('/etc/zookeeper/conf/zoo.cfg').with_content(%r{snapCount=15000})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.1 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L54
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/zoo.cfg] with content =~ /preAllocSize=131072/
Failure/Error: is_expected.to contain_file('/etc/zookeeper/conf/zoo.cfg').with_content(%r{preAllocSize=131072})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.1 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L59
zookeeper::config extra parameters does not set maxClientCnxns by default
Failure/Error:
is_expected.to contain_file(
'/etc/zookeeper/conf/zoo.cfg',
).with_content(%r{^#maxClientCnxns=})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.0 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L9
zookeeper::config with default parameters is expected to contain File[/etc/zookeeper/conf] with ensure => "directory", owner => "zookeeper" and group => "zookeeper"
Failure/Error:
is_expected.to contain_file(cfg_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.0 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L15
zookeeper::config with default parameters is expected to contain File[/var/lib/zookeeper] with ensure => "directory", owner => "zookeeper" and group => "zookeeper"
Failure/Error:
is_expected.to contain_file(log_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.0 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L21
zookeeper::config with default parameters is expected to contain File[/etc/zookeeper/conf/myid] with ensure => "file", owner => "zookeeper", group => "zookeeper" and content =~ /^1/
Failure/Error:
is_expected.to contain_file(id_file).with('ensure' => 'file',
'owner' => user,
'group' => group).with_content(myid)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.0 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L9
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/conf] with ensure => "directory", owner => "zoo" and group => "zoo"
Failure/Error:
is_expected.to contain_file(cfg_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.0 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L15
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/log] with ensure => "directory", owner => "zoo" and group => "zoo"
Failure/Error:
is_expected.to contain_file(log_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.0 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L21
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/conf/myid] with ensure => "file", owner => "zoo", group => "zoo" and content =~ /^2/
Failure/Error:
is_expected.to contain_file(id_file).with('ensure' => 'file',
'owner' => user,
'group' => group).with_content(myid)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.0 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L43
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/java.env] with content =~ /ERROR/
Failure/Error: is_expected.to contain_file(environment_file).with_content(%r{ERROR})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.0 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L50
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/zoo.cfg] with content =~ /snapCount=15000/
Failure/Error: is_expected.to contain_file('/etc/zookeeper/conf/zoo.cfg').with_content(%r{snapCount=15000})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.0 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L54
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/zoo.cfg] with content =~ /preAllocSize=131072/
Failure/Error: is_expected.to contain_file('/etc/zookeeper/conf/zoo.cfg').with_content(%r{preAllocSize=131072})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.0 - Puppet ~> 8.0:
spec/classes/config_spec.rb#L59
zookeeper::config extra parameters does not set maxClientCnxns by default
Failure/Error:
is_expected.to contain_file(
'/etc/zookeeper/conf/zoo.cfg',
).with_content(%r{^#maxClientCnxns=})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.1 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L9
zookeeper::config with default parameters is expected to contain File[/etc/zookeeper/conf] with ensure => "directory", owner => "zookeeper" and group => "zookeeper"
Failure/Error:
is_expected.to contain_file(cfg_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.1 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L15
zookeeper::config with default parameters is expected to contain File[/var/lib/zookeeper] with ensure => "directory", owner => "zookeeper" and group => "zookeeper"
Failure/Error:
is_expected.to contain_file(log_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.1 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L21
zookeeper::config with default parameters is expected to contain File[/etc/zookeeper/conf/myid] with ensure => "file", owner => "zookeeper", group => "zookeeper" and content =~ /^1/
Failure/Error:
is_expected.to contain_file(id_file).with('ensure' => 'file',
'owner' => user,
'group' => group).with_content(myid)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.1 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L9
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/conf] with ensure => "directory", owner => "zoo" and group => "zoo"
Failure/Error:
is_expected.to contain_file(cfg_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.1 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L15
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/log] with ensure => "directory", owner => "zoo" and group => "zoo"
Failure/Error:
is_expected.to contain_file(log_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.1 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L21
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/conf/myid] with ensure => "file", owner => "zoo", group => "zoo" and content =~ /^2/
Failure/Error:
is_expected.to contain_file(id_file).with('ensure' => 'file',
'owner' => user,
'group' => group).with_content(myid)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.1 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L43
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/java.env] with content =~ /ERROR/
Failure/Error: is_expected.to contain_file(environment_file).with_content(%r{ERROR})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.1 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L50
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/zoo.cfg] with content =~ /snapCount=15000/
Failure/Error: is_expected.to contain_file('/etc/zookeeper/conf/zoo.cfg').with_content(%r{snapCount=15000})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.1 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L54
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/zoo.cfg] with content =~ /preAllocSize=131072/
Failure/Error: is_expected.to contain_file('/etc/zookeeper/conf/zoo.cfg').with_content(%r{preAllocSize=131072})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.1 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L59
zookeeper::config extra parameters does not set maxClientCnxns by default
Failure/Error:
is_expected.to contain_file(
'/etc/zookeeper/conf/zoo.cfg',
).with_content(%r{^#maxClientCnxns=})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.0 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L9
zookeeper::config with default parameters is expected to contain File[/etc/zookeeper/conf] with ensure => "directory", owner => "zookeeper" and group => "zookeeper"
Failure/Error:
is_expected.to contain_file(cfg_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.0 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L15
zookeeper::config with default parameters is expected to contain File[/var/lib/zookeeper] with ensure => "directory", owner => "zookeeper" and group => "zookeeper"
Failure/Error:
is_expected.to contain_file(log_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.0 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L21
zookeeper::config with default parameters is expected to contain File[/etc/zookeeper/conf/myid] with ensure => "file", owner => "zookeeper", group => "zookeeper" and content =~ /^1/
Failure/Error:
is_expected.to contain_file(id_file).with('ensure' => 'file',
'owner' => user,
'group' => group).with_content(myid)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 3.0 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L9
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/conf] with ensure => "directory", owner => "zoo" and group => "zoo"
Failure/Error:
is_expected.to contain_file(cfg_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.0 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L15
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/log] with ensure => "directory", owner => "zoo" and group => "zoo"
Failure/Error:
is_expected.to contain_file(log_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.0 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L21
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/conf/myid] with ensure => "file", owner => "zoo", group => "zoo" and content =~ /^2/
Failure/Error:
is_expected.to contain_file(id_file).with('ensure' => 'file',
'owner' => user,
'group' => group).with_content(myid)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 3.0 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L43
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/java.env] with content =~ /ERROR/
Failure/Error: is_expected.to contain_file(environment_file).with_content(%r{ERROR})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.0 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L50
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/zoo.cfg] with content =~ /snapCount=15000/
Failure/Error: is_expected.to contain_file('/etc/zookeeper/conf/zoo.cfg').with_content(%r{snapCount=15000})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.0 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L54
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/zoo.cfg] with content =~ /preAllocSize=131072/
Failure/Error: is_expected.to contain_file('/etc/zookeeper/conf/zoo.cfg').with_content(%r{preAllocSize=131072})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 3.0 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L59
zookeeper::config extra parameters does not set maxClientCnxns by default
Failure/Error:
is_expected.to contain_file(
'/etc/zookeeper/conf/zoo.cfg',
).with_content(%r{^#maxClientCnxns=})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 2.7 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L9
zookeeper::config with default parameters is expected to contain File[/etc/zookeeper/conf] with ensure => "directory", owner => "zookeeper" and group => "zookeeper"
Failure/Error:
is_expected.to contain_file(cfg_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 2.7 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L15
zookeeper::config with default parameters is expected to contain File[/var/lib/zookeeper] with ensure => "directory", owner => "zookeeper" and group => "zookeeper"
Failure/Error:
is_expected.to contain_file(log_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 2.7 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L21
zookeeper::config with default parameters is expected to contain File[/etc/zookeeper/conf/myid] with ensure => "file", owner => "zookeeper", group => "zookeeper" and content =~ /^1/
Failure/Error:
is_expected.to contain_file(id_file).with('ensure' => 'file',
'owner' => user,
'group' => group).with_content(myid)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:776
|
Ruby 2.7 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L9
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/conf] with ensure => "directory", owner => "zoo" and group => "zoo"
Failure/Error:
is_expected.to contain_file(cfg_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 2.7 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L15
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/log] with ensure => "directory", owner => "zoo" and group => "zoo"
Failure/Error:
is_expected.to contain_file(log_dir).with('ensure' => 'directory',
'owner' => user,
'group' => group)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 2.7 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L21
zookeeper::config with custom parameters is expected to contain File[/var/lib/zookeeper/conf/myid] with ensure => "file", owner => "zoo", group => "zoo" and content =~ /^2/
Failure/Error:
is_expected.to contain_file(id_file).with('ensure' => 'file',
'owner' => user,
'group' => group).with_content(myid)
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper parameters" called from ./spec/classes/config_spec.rb:796
|
Ruby 2.7 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L43
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/java.env] with content =~ /ERROR/
Failure/Error: is_expected.to contain_file(environment_file).with_content(%r{ERROR})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 2.7 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L50
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/zoo.cfg] with content =~ /snapCount=15000/
Failure/Error: is_expected.to contain_file('/etc/zookeeper/conf/zoo.cfg').with_content(%r{snapCount=15000})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 2.7 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L54
zookeeper::config extra parameters is expected to contain File[/etc/zookeeper/conf/zoo.cfg] with content =~ /preAllocSize=131072/
Failure/Error: is_expected.to contain_file('/etc/zookeeper/conf/zoo.cfg').with_content(%r{preAllocSize=131072})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
Ruby 2.7 - Puppet ~> 7.0:
spec/classes/config_spec.rb#L59
zookeeper::config extra parameters does not set maxClientCnxns by default
Failure/Error:
is_expected.to contain_file(
'/etc/zookeeper/conf/zoo.cfg',
).with_content(%r{^#maxClientCnxns=})
SyntaxError:
/home/runner/work/puppet-zookeeper/puppet-zookeeper/spec/fixtures/modules/zookeeper/templates/conf/zoo.cfg.erb:219: syntax error, unexpected `end', expecting end-of-input
end
^~~
Shared Example Group: "zookeeper common" called from ./spec/classes/config_spec.rb:799
|
lint:
manifests/init.pp#L202
missing documentation for class parameter zookeeper::client_cert_reload (check: parameter_documentation)
|
lint:
manifests/init.pp#L225
missing documentation for class parameter zookeeper::ssl_quorum_reload_cert_files (check: parameter_documentation)
|
lint:
manifests/init.pp#L285
missing documentation for class parameter zookeeper::admin_enable_server (check: parameter_documentation)
|
lint:
manifests/init.pp#L286
missing documentation for class parameter zookeeper::admin_server_address (check: parameter_documentation)
|
lint:
manifests/init.pp#L287
missing documentation for class parameter zookeeper::admin_server_port (check: parameter_documentation)
|
lint:
manifests/init.pp#L288
missing documentation for class parameter zookeeper::admin_idle_timeout (check: parameter_documentation)
|
lint:
manifests/init.pp#L289
missing documentation for class parameter zookeeper::admin_command_url (check: parameter_documentation)
|