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