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
afc7a1e8
Commit
afc7a1e8
authored
Mar 25, 2015
by
Mickaël Canévet
Browse files
Merge pull request #67 from dotmaster/patch-1
Update service.pp
parents
4fe2171a
17d424fa
Changes
1
Show whitespace changes
Inline
Side-by-side
manifests/service.pp
View file @
afc7a1e8
...
...
@@ -3,6 +3,6 @@ class postfix::service {
ensure
=>
running
,
enable
=>
true
,
hasstatus
=>
true
,
restart
=>
'
/etc/init.d/
postfix reload'
,
restart
=>
'
service
postfix reload'
,
}
}
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