Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F7712774
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
Fri, May 2, 13:04 (18 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2624729
Default Alt Text
D2010.diff (693 B)
Attached To
Mode
D2010: Fix exim container configuration
Attached
Detach File
Event Timeline
Log In to Comment