changeset 336:43e11af9c85d

Enable Postfix (start on boot) Somehow we've never done this before! Surprised anything ever worked without it starting until Puppet's first run.
author IBBoard <dev@ibboard.co.uk>
date Wed, 22 Apr 2020 22:28:52 +0100
parents aa9f570d6a9c
children a79ad974a548
files modules/postfix/manifests/init.pp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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':