From 404f9139c3bfb0205606e2f27cebce3606e88fb4 Mon Sep 17 00:00:00 2001 From: Jacob Michalskie Date: Oct 17 2022 18:49:18 +0000 Subject: Turn no into strings to avoid sls magic --- diff --git a/pillar/role/discourse.sls b/pillar/role/discourse.sls index db102df..be8797b 100644 --- a/pillar/role/discourse.sls +++ b/pillar/role/discourse.sls @@ -5,10 +5,10 @@ profile: postfix: maincf: maillog_file: /dev/stdout - smtputf8_enable: no + smtputf8_enable: 'no' compatibility_level: 2 export_environment: 'TZ LANG' - append_dot_mydomain: no + append_dot_mydomain: 'no' mydestination: localhost mynetworks: '127.0.0.0/8 [::1]/128 [fe80::]/64' transport_maps: hash:/etc/postfix/transport