Gitlab Community Edition Instance

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

postfix: file_line statt augeas, FIX

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