Gitlab Community Edition Instance

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

postfix: file_line statt augeas, FIX

parent 7efb245d
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ class ubuntu_server::postfix($root_emails,$relayhost = "mailer.gwdg.de") {
file_line{'postfix_cfg_1':
path => "/etc/postfix/main.cf",
line => "relayhost = $relayhost",
match => "^relayhost",
require => [ Package["mailutils"], Package["postfix"] ],
} ~> Service['postfix']
......
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