Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3930417
D2010.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
693 B
Referenced Files
None
Subscribers
None
D2010.diff
View Options
diff --git a/roles/paas-docker/containers/exim.sls b/roles/paas-docker/containers/exim.sls
--- a/roles/paas-docker/containers/exim.sls
+++ b/roles/paas-docker/containers/exim.sls
@@ -18,7 +18,7 @@
# Only required if you provide some hostname to the SMTP server
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-{% if 'host' in container %}
+{% if 'mailname' in container %}
/srv/exim/{{ instance }}:
file.directory:
@@ -57,7 +57,7 @@
{% if 'host' in container %}
- binds: /srv/exim/{{ instance }}/mailname:/etc/mailname:ro
- - hostname: container['mailname']
+ - hostname: {{ container['mailname'] }}
{% endif %}
{% if 'network' in container %}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 23, 13:50 (7 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2312564
Default Alt Text
D2010.diff (693 B)
Attached To
Mode
D2010: Fix exim container configuration
Attached
Detach File
Event Timeline
Log In to Comment