Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 8a5741f2 authored by Benedikt Wegmann's avatar Benedikt Wegmann
Browse files

postfix: Abhängigkeiten ergänzt

parent 94891c87
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,12 @@ class ubuntu_server::postfix($root_emails,$relayhost = "mailer.gwdg.de") {
service{'postfix':
ensure => running,
require => Package['postfix'],
}
mailalias{'root':
recipient => $root_emails,
require => Package['postfix'],
} ~> Exec["mail-alias-refresh"]
exec { "mail-alias-refresh":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment