Skip to content

Commit

Permalink
Merge pull request #33 from agdsn/crm_mon
Browse files Browse the repository at this point in the history
Install pacemaker-cli-utils on Debian (so installation works also on systems with `APT::Install-Recommends "0"`)
  • Loading branch information
OndrejHome authored Oct 21, 2023
2 parents d7da4c1 + 59354f6 commit 5b2a2a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/debian10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
pacemaker_packages:
- pcs
- pacemaker
- pacemaker-cli-utils
pacemaker_remote_packages:
- pcs
- pacemaker-remote
- pacemaker-cli-utils
fence_kdump_packages:
- kdump-tools

Expand Down
2 changes: 2 additions & 0 deletions vars/debian11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
pacemaker_packages:
- pcs
- pacemaker
- pacemaker-cli-utils
pacemaker_remote_packages:
- pcs
- pacemaker-remote
- pacemaker-cli-utils
fence_kdump_packages:
- kdump-tools

Expand Down
2 changes: 2 additions & 0 deletions vars/debian12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
pacemaker_packages:
- pcs
- pacemaker
- pacemaker-cli-utils
pacemaker_remote_packages:
- pcs
- pacemaker-remote
- pacemaker-cli-utils
fence_kdump_packages:
- kdump-tools

Expand Down

0 comments on commit 5b2a2a9

Please sign in to comment.