# HG changeset patch # User IBBoard # Date 1587590932 -3600 # Node ID 43e11af9c85d6e0529495fb137cfa7e197990049 # Parent aa9f570d6a9cfc297d573fc57e48bab4f8dea603 Enable Postfix (start on boot) Somehow we've never done this before! Surprised anything ever worked without it starting until Puppet's first run. diff -r aa9f570d6a9c -r 43e11af9c85d modules/postfix/manifests/init.pp --- a/modules/postfix/manifests/init.pp Sun Mar 22 19:41:50 2020 +0000 +++ b/modules/postfix/manifests/init.pp Wed Apr 22 22:28:52 2020 +0100 @@ -26,6 +26,7 @@ } service { 'postfix': ensure => running, + enable => true, subscribe => Package['postfix'], } firewall { '101 allow SMTP':