Skip to content
Snippets Groups Projects
Commit dbf5005c authored by Issey Llambias's avatar Issey Llambias Committed by Raphaël Pinson
Browse files

Merge commit 'c371b493' into staging

parent 2d6af793
Branches
Tags
No related merge requests found
......@@ -65,6 +65,7 @@ class postfix {
ensure => installed,
name => $lsbdistcodename ? {
"squeeze" => "bsd-mailx",
"lucid" => "bsd-mailx",
default => "mailx",
},
}
......
......@@ -37,13 +37,13 @@ define postfix::config ($ensure = present, $value) {
case $ensure {
present: {
augeas { "set postfix $name to $value":
augeas { "set postfix '${name}' to '${value}'":
changes => "set $name $value",
}
}
absent: {
augeas { "set postfix $name to $value":
augeas { "rm postfix '${name}'":
changes => "rm $name",
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment