Gitlab Community Edition Instance

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

postfix: file_line statt augeas, FIX

parent 3cae7734
No related branches found
No related tags found
No related merge requests found
......@@ -12,14 +12,6 @@ class ubuntu_server::postfix($root_emails,$relayhost = "mailer.gwdg.de") {
require => [ Package["mailutils"], Package["postfix"] ],
} ~> Service['postfix']
file_line{'postfix_cfg_2':
ensure => absent,
path => "/etc/postfix/main.cf",
line => "#default_transport = ",
match => "^default_transport =.*",
require => [ Package["mailutils"], Package["postfix"] ],
} ~> Service['postfix']
service{'postfix':
ensure => running,
}
......
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