diff options
-rwxr-xr-x | manifests/nodes/alamut.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index 609f83f0..ee3e2782 100755 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -20,6 +20,8 @@ node alamut { include epoll include epoll::create_db + include postfix::server::primary + # temporary, just the time the vm is running there host { 'friteuse': ensure => 'present', |