Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
dbf5005c
Commit
dbf5005c
authored
Oct 20, 2011
by
Issey Llambias
Committed by
Raphaël Pinson
Sep 10, 2012
Browse files
Merge commit '
c371b493
' into staging
parent
2d6af793
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/classes/postfix.pp
View file @
dbf5005c
...
...
@@ -65,6 +65,7 @@ class postfix {
ensure
=>
installed
,
name
=>
$lsbdistcodename
?
{
"squeeze"
=>
"bsd-mailx"
,
"lucid"
=>
"bsd-mailx"
,
default
=>
"mailx"
,
},
}
...
...
manifests/definitions/config.pp
View file @
dbf5005c
...
...
@@ -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
"
,
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment