Gitlab Community Edition Instance

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

postfix: file_line statt augeas, FIX

parent 057021ad
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,8 @@ class ubuntu_server::postfix($root_emails,$relayhost = "mailer.gwdg.de") { ...@@ -14,9 +14,8 @@ class ubuntu_server::postfix($root_emails,$relayhost = "mailer.gwdg.de") {
file_line{'postfix_cfg_2': file_line{'postfix_cfg_2':
ensure => absent, ensure => absent,
path => "/files/etc/postfix/main.cf", path => "/files/etc/postfix/main.cf",
line => "default_transport = error", line => "#default_transport = ",
match => "(relay|default)_transport", match => "^default_transport =.*",
match_for_absence => true,
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