diff modules/postfix/manifests/init.pp @ 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 38bb323e8231
children a4867ea13d84
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':