diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-04 22:30:06 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-04 22:30:06 -0500 |
commit | 52e82728c1275ec7de57aa5b1dd3b3740fd2b264 (patch) | |
tree | c78cd84bb33a7216d760bb564a4aa61b9a21badf /scripts/hostclass | |
parent | 2c9845db4bc00221bc3c2343a020208f7f532166 (diff) | |
download | infrastructure-52e82728c1275ec7de57aa5b1dd3b3740fd2b264.tar.gz |
misc fixes
Diffstat (limited to 'scripts/hostclass')
-rw-r--r-- | scripts/hostclass/smtp_server/10-rspamd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/hostclass/smtp_server/10-rspamd b/scripts/hostclass/smtp_server/10-rspamd index 215788b..4cc66c6 100644 --- a/scripts/hostclass/smtp_server/10-rspamd +++ b/scripts/hostclass/smtp_server/10-rspamd @@ -29,7 +29,8 @@ pkg install -y \ postfix \ redis \ rspamd \ - nginx + nginx \ + ca_root_nss # Create ZFS dataset for Redis DBs. create_dataset -o "mountpoint=${redis_data_dir}" "${state_dataset}/redis" |