Skip to content

Commit

Permalink
fix permission rights on systemd files packaged on centreon (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroomempires authored Apr 16, 2024
1 parent c8a1b1a commit a916f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions packaging/centreon-broker-cbd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,12 @@ contents:
- src: "../broker/script/cbd.service"
dst: "/usr/lib/systemd/system/cbd.service"
file_info:
mode: 644
mode: 0644
packager: rpm

- src: "../broker/script/cbd.service"
dst: "/lib/systemd/system/cbd.service"
file_info:
mode: 644
mode: 0644
packager: deb

scripts:
Expand Down
5 changes: 2 additions & 3 deletions packaging/centreon-engine-daemon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@ contents:
- src: "../engine/scripts/centengine.service"
dst: "/usr/lib/systemd/system/centengine.service"
file_info:
mode: 644
mode: 0644
packager: rpm

- src: "../engine/scripts/centengine.service"
dst: "/lib/systemd/system/centengine.service"
file_info:
mode: 644
mode: 0644
packager: deb

- src: "../build/engine/centengine"
Expand Down

4 comments on commit a916f56

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 2 0 13 84.62 0s

Failed Tests

Name Message ⏱️ Duration Suite
not10 The down notification of host_1 is not sent 0.000 s Notification
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 2 0 13 84.62 0s

Failed Tests

Name Message ⏱️ Duration Suite
not10 The down notification of host_1 is not sent 0.000 s Notification
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 2 0 13 84.62 0s

Failed Tests

Name Message ⏱️ Duration Suite
not10 The down notification of host_1 is not sent 0.000 s Notification
not13 The first notification of U1 is not sent 0.000 s Notification

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 1 0 13 92.31 0s

Failed Tests

Name Message ⏱️ Duration Suite
not13 The first notification of U1 is not sent 0.000 s Notification

Please sign in to comment.