From 4eec29682e4da38880213bcf27366ef2279cf154 Mon Sep 17 00:00:00 2001 From: Panagiotis Date: Mon, 15 Apr 2019 15:23:44 +0300 Subject: [PATCH] add missing email port attribute zeus::emailport value ignored from config.yml because have missed from class definition --- deploy/grnet-zeus/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/grnet-zeus/manifests/init.pp b/deploy/grnet-zeus/manifests/init.pp index 7b7cb8826..e63589015 100644 --- a/deploy/grnet-zeus/manifests/init.pp +++ b/deploy/grnet-zeus/manifests/init.pp @@ -52,6 +52,7 @@ $emailhost = 'localhost', $emailhostuser = false, $emailhostpass = false, + $emailport = 25, $debugemail = true, $dev = false ) {