Page MenuHomeDevCentral

D4003.id10431.diff
No OneTemporary

D4003.id10431.diff

diff --git a/roles/core/certificates/acmesh.sls b/roles/core/certificates/acmesh.sls
--- a/roles/core/certificates/acmesh.sls
+++ b/roles/core/certificates/acmesh.sls
@@ -95,3 +95,8 @@
file.managed:
- source: salt://roles/core/certificates/files/acmesh/nginxCheck.sh
- mode: 755
+
+{{ dirs.bin }}/acmesh-dovecot_postfixReload:
+ file.managed:
+ - source: salt://roles/core/certificates/files/acmesh/acmesh-dovecot_postfixReload.sh
+ - mode: 755
diff --git a/roles/core/certificates/files/acmesh/acmesh-dovecot_postfixReload.sh b/roles/core/certificates/files/acmesh/acmesh-dovecot_postfixReload.sh
new file mode 100644
--- /dev/null
+++ b/roles/core/certificates/files/acmesh/acmesh-dovecot_postfixReload.sh
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+# -------------------------------------------------------------
+# Dovecot and Postfix Reload
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# License: Trivial work, not eligible to copyright
+# Source file: roles/core/certificates/files/acmesh/acmesh-dovecot_postfixReload.sh
+# -------------------------------------------------------------
+#
+# <auto-generated>
+# This file is managed by our rOPS SaltStack repository.
+#
+# Changes to this file may cause incorrect behavior
+# and will be lost if the state is redeployed.
+# </auto-generated>
+
+
+sudo service dovecot reload
+sudo service postfix reload
+sudo acmesh-nginxCheck

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 15, 16:19 (16 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3532317
Default Alt Text
D4003.id10431.diff (1 KB)

Event Timeline