Skip to content

Commit

Permalink
DELETE ME
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Jul 9, 2023
1 parent 6738a0e commit e233127
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spec/acceptance/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
end
end

it 'shows service status' do
shell('journalctl -u caddy')
end

it 'runs without changes' do
apply_manifest(pp, catch_failures: true) do |r|
expect(r.exit_code).to be_zero
Expand All @@ -36,6 +32,11 @@
end
end

it 'shows service status' do

Check failure on line 35 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 7

class caddy: with vhosts shows service status Failure/Error: shell('caddy validate /etc/caddy/Caddyfile') Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 127 running: caddy validate /etc/caddy/Caddyfile Last 10 lines of output were: bash: caddy: command not found

Check failure on line 35 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 8

class caddy: with vhosts shows service status Failure/Error: shell('caddy validate /etc/caddy/Caddyfile') Beaker::Host::CommandFailure: Host 'centos8-64-puppet7.example.com' exited with 127 running: caddy validate /etc/caddy/Caddyfile Last 10 lines of output were: bash: caddy: command not found

Check failure on line 35 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Debian 10

class caddy: with vhosts shows service status Failure/Error: shell('caddy validate /etc/caddy/Caddyfile') Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 127 running: caddy validate /etc/caddy/Caddyfile Last 10 lines of output were: bash: caddy: command not found

Check failure on line 35 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 18.04

class caddy: with vhosts shows service status Failure/Error: shell('caddy validate /etc/caddy/Caddyfile') Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet7.example.com' exited with 127 running: caddy validate /etc/caddy/Caddyfile Last 10 lines of output were: bash: caddy: command not found
shell('journalctl -u caddy')
shell('caddy validate /etc/caddy/Caddyfile')
end

it 'runs without changes' do

Check failure on line 40 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 7

class caddy: with vhosts runs without changes Failure/Error: expect(r.exit_code).to be_zero expected `2.zero?` to be truthy, got false

Check failure on line 40 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - CentOS 8

class caddy: with vhosts runs without changes Failure/Error: expect(r.exit_code).to be_zero expected `2.zero?` to be truthy, got false

Check failure on line 40 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Debian 10

class caddy: with vhosts runs without changes Failure/Error: expect(r.exit_code).to be_zero expected `2.zero?` to be truthy, got false

Check failure on line 40 in spec/acceptance/init_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 - Ubuntu 18.04

class caddy: with vhosts runs without changes Failure/Error: expect(r.exit_code).to be_zero expected `2.zero?` to be truthy, got false
apply_manifest(pp, catch_failures: true) do |r|
expect(r.exit_code).to be_zero
Expand Down

0 comments on commit e233127

Please sign in to comment.