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
328c20af
Commit
328c20af
authored
Sep 14, 2010
by
Silvio Rhatto
Browse files
Fixing deprecation issue
parent
9cfb03fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/classes/postfix.pp
View file @
328c20af
...
...
@@ -97,7 +97,7 @@ class postfix {
owner
=>
"root"
,
group
=>
"root"
,
mode
=>
"0644"
,
source
=>
"puppet:///postfix/main.cf"
,
source
=>
"puppet:///
modules/
postfix/main.cf"
,
replace
=>
false
,
seltype
=>
$postfix_seltype
,
notify
=>
Service
[
"postfix"
],
...
...
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