X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fgit%2Finit.sls;h=3dfc0f51426f27d7224f962f4c683d500799fc30;hb=bac28d0ef6374e6cc88f62654564c3c6d31f9587;hp=a4fe62e273d7b70ac5721a4197ee3ef55ac730f9;hpb=a04280dc5fddb6b5f4c3f0d4889b56f11e1f18b4;p=max%2Fsaltfiles.git diff --git a/states/git/init.sls b/states/git/init.sls index a4fe62e..3dfc0f5 100644 --- a/states/git/init.sls +++ b/states/git/init.sls @@ -33,6 +33,10 @@ include: 'alias.r': 'rebase', 'alias.m': 'merge', 'alias.pa': '!git remote | xargs -L1 git push --all', + 'sendemail.smtpserver': 'mail.friedersdorff.com', + 'sendemail.smtpuser': 'max', + 'sendemail.smtpencryption': 'tls', + 'sendemail.smtpserverport': '587', } %}