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
110c343a
Commit
110c343a
authored
Aug 05, 2013
by
Raphaël Pinson
Browse files
transport and virtual depend on respective postfix::hash
parent
a1af0f54
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/transport.pp
View file @
110c343a
...
...
@@ -81,7 +81,11 @@ define postfix::transport (
lens
=>
'Postfix_Transport.lns'
,
incl
=>
$file
,
changes
=>
$changes
,
require
=>
[
Package
[
'postfix'
],
Augeas
::
Lens
[
'postfix_transport'
]],
require
=>
[
Package
[
'postfix'
],
Augeas
::
Lens
[
'postfix_transport'
],
Postfix
::
Hash
[
'/etc/postfix/transport'
],
],
notify
=>
Exec
[
'generate /etc/postfix/transport.db'
],
}
}
manifests/virtual.pp
View file @
110c343a
...
...
@@ -67,7 +67,11 @@ define postfix::virtual (
incl
=>
$file
,
lens
=>
'Postfix_Virtual.lns'
,
changes
=>
$changes
,
require
=>
[
Package
[
'postfix'
],
Augeas
::
Lens
[
'postfix_virtual'
]],
require
=>
[
Package
[
'postfix'
],
Augeas
::
Lens
[
'postfix_virtual'
],
Postfix
::
Hash
[
'/etc/postfix/virtual'
],
],
notify
=>
Exec
[
'generate /etc/postfix/virtual.db'
],
}
}
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