From 2638accc5e2d9c4cdea4cb27bbec3ce1b4bc90de Mon Sep 17 00:00:00 2001 From: Sasi Olin Date: Mar 21 2021 07:57:00 +0000 Subject: Add postfix aliases to web_jekyll, web_static and mailman users --- diff --git a/pillar/role/mailman3.sls b/pillar/role/mailman3.sls index b0f4be0..ac68db3 100644 --- a/pillar/role/mailman3.sls +++ b/pillar/role/mailman3.sls @@ -13,6 +13,8 @@ profile: transport_maps: 'hash://var/lib/mailman/data/postfix_lmtp' local_recipient_maps: 'hash://var/lib/mailman/data/postfix_lmtp' relay_domains: 'hash://var/lib/mailman/data/postfix_domains' + aliases: + mailman: root mailman3: admin_user: mailman database_user: mailman diff --git a/pillar/role/web_jekyll.sls b/pillar/role/web_jekyll.sls index 3359943..e88e6e0 100644 --- a/pillar/role/web_jekyll.sls +++ b/pillar/role/web_jekyll.sls @@ -74,3 +74,6 @@ profile: web_jekyll: ssh_pubkey: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINNg3043py2Oe/LfLU0+mE+ehe7gI3e2QajbSUI6p4Zm web_jekyll@salt' websites: {{ websites }} + postfix: + aliases: + web_jekyll: root diff --git a/pillar/role/web_static.sls b/pillar/role/web_static.sls index 940f26e..4ae6291 100644 --- a/pillar/role/web_static.sls +++ b/pillar/role/web_static.sls @@ -66,3 +66,6 @@ profile: web_static: ssh_pubkey: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJVddqh51YNoPglOnSZ9BpYH1nXzBV5ahbu0yncyL+6s web_static@salt' websites: {{ websites }} + postfix: + aliases: + web_static: root