aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-22 11:22:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-22 11:22:05 -0300
commit0cbb1a80e4463d8e54bbd50a11593fb179ac67a5 (patch)
treec6ca9d17fb0e021c150ac257b470533df7028880 /templates
parent4d278db5b1ddf06e31cfbcba92da9fe0ca872505 (diff)
downloadpuppet-nodo-0cbb1a80e4463d8e54bbd50a11593fb179ac67a5.tar.gz
puppet-nodo-0cbb1a80e4463d8e54bbd50a11593fb179ac67a5.tar.bz2
Add nodo::subsystem::mail::msmtp
Diffstat (limited to 'templates')
-rw-r--r--templates/msmtp/msmtprc.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/msmtp/msmtprc.erb b/templates/msmtp/msmtprc.erb
new file mode 100644
index 0000000..50fd71a
--- /dev/null
+++ b/templates/msmtp/msmtprc.erb
@@ -0,0 +1,5 @@
+account default
+host localhost
+port 25
+auto_from on
+maildomain <%= scope.lookupvar('::fqdn') %>