Skip to content

Commit bac3ceb

Browse files
committed
Add s-nail package
This includes the /usr/bin/mail command, which is required for Slurm to send email notifications [1]. [1] https://slurm.schedmd.com/slurm.conf.html#OPT_MailProg
1 parent eabf59b commit bac3ceb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/operations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ By default, the following utility packages are installed during the StackHPC ima
7474
- postfix
7575
- git
7676
- latest python version for system (3.6 for for Rocky 8.9 and 3.12 for Rocky 9.4)
77+
- s-nail
7778

7879
Additional packages can be added during image builds by:
7980
- adding the `extra_packages` group to the build `inventory_groups` (see

environments/common/inventory/group_vars/all/defaults.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ appliances_extra_packages_default:
9494
- postfix
9595
- git
9696
- "{{ 'python36' if ansible_distribution_version == '8.9' else 'python312' }}"
97+
- s-nail
9798

9899
appliances_extra_packages_other: []
99100

0 commit comments

Comments
 (0)