diff options
Diffstat (limited to 'modules/postfix/manifests/init.pp')
-rw-r--r-- | modules/postfix/manifests/init.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index 9f95278f..998d4261 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -4,7 +4,9 @@ class postfix { package { postfix: ensure => installed } - + package { 'mailx': + ensure => installed + } service { postfix: ensure => running, subscribe => [ Package['postfix']], |