Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3747752
D1115.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
580 B
Referenced Files
None
Subscribers
None
D1115.diff
View Options
diff --git a/roles/webserver-core/letsencrypt/certificates.sls b/roles/webserver-core/letsencrypt/certificates.sls
--- a/roles/webserver-core/letsencrypt/certificates.sls
+++ b/roles/webserver-core/letsencrypt/certificates.sls
@@ -12,7 +12,7 @@
# Certificates
# -------------------------------------------------------------
-{% for domain in pillar.get('certificates_letsencrypt')[grains['id']] %}
+{% for domain in salt['pillar.get']("certificates_letsencrypt:" + grains['id'], []) %}
certificate_{{ domain }}:
cmd.run:
- name: certbot certonly -d {{ domain }}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 04:24 (21 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248662
Default Alt Text
D1115.diff (580 B)
Attached To
Mode
D1115: Allow a server not to have Let's encrypt domains in pillar
Attached
Detach File
Event Timeline
Log In to Comment