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
80cd0c41
Commit
80cd0c41
authored
Oct 18, 2011
by
Issey Llambias
Committed by
Marc Fournier
Nov 08, 2011
Browse files
Add hasstatus, enable and restart to postfix service in postfix classe
parent
f27cab5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/classes/postfix.pp
View file @
80cd0c41
...
...
@@ -71,11 +71,11 @@ class postfix {
}
service
{
"postfix"
:
ensure
=>
running
,
ensure
=>
running
,
enable
=>
true
,
hasstatus
=>
true
,
restart
=>
"/etc/init.d/postfix reload"
,
require
=>
Package
[
"postfix"
],
require
=>
Package
[
"postfix"
],
}
file
{
"/etc/mailname"
:
...
...
Write
Preview
Markdown
is supported
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