X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fgit%2Finit.sls;fp=states%2Fgit%2Finit.sls;h=3dfc0f51426f27d7224f962f4c683d500799fc30;hb=05549b0607b711ac7b51eb05fed77f364979035f;hp=a4fe62e273d7b70ac5721a4197ee3ef55ac730f9;hpb=71dcff1a952478991f82e0bc6421d731721fb233;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', } %}