From ca129ce1ebb80cbd863c68a8e9dcc51aa81f8dd5 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 1 Aug 2013 17:05:11 -0300 Subject: [PATCH] Creating mail alias --- puppet/modules/colab/manifests/init.pp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/puppet/modules/colab/manifests/init.pp b/puppet/modules/colab/manifests/init.pp index d268c27..869406b 100644 --- a/puppet/modules/colab/manifests/init.pp +++ b/puppet/modules/colab/manifests/init.pp @@ -1,5 +1,6 @@ class colab { + # Common include ps1 include vim include ntp @@ -8,7 +9,6 @@ class colab { include postfix include supervisor - include colab::requirements user { 'colab': @@ -16,4 +16,9 @@ class colab { managehome => true, shell => '/bin/bash', } -} \ No newline at end of file + + mailalias { 'colab': + ensure => present, + recipient => 'root', + } +} -- libgit2 0.21.2