Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymzh committed Feb 8, 2025
1 parent 88f65ac commit 01bfb4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
os:
- centos-stream-8
- ubuntu-2004
- debian-10
- debian-11
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
8 changes: 2 additions & 6 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ platforms:
driver:
image: dokken/ubuntu-20.04
pid_one_command: /bin/systemd
- name: debian-9
- name: debian-11
driver:
image: dokken/debian-9
pid_one_command: /bin/systemd
- name: debian-10
driver:
image: dokken/debian-10
image: dokken/debian-11
pid_one_command: /bin/systemd

provisioner:
Expand Down
6 changes: 6 additions & 0 deletions cookbooks/fb_syslog/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,10 @@
# within vagrant, sometimes rsyslog fails to restart the first time
retries 5
retry_delay 5
ignore_failure true
end

execute 'journalctl -xeu rsyslog' do
live_stream true
end

0 comments on commit 01bfb4b

Please sign in to comment.