From 5b56a6083265c6613bd85507b7fcba022e47980f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Oct 2016 12:55:33 +0000 Subject: [PATCH] Give the BSCs somewhere to route mail --- modules/rhizo_base/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index eec638d..b0694d1 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -314,4 +314,8 @@ class rhizo_base { source => 'puppet:///modules/rhizo_base/etc/cron.d/rhizomatica', } + host { 'mail': + ip => '10.23.0.11', + } + }