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
8ecb004c
Commit
8ecb004c
authored
Aug 05, 2013
by
Raphaël Pinson
Browse files
Notify postfix::hash instead of exec
parent
02ba9cc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/transport.pp
View file @
8ecb004c
...
...
@@ -84,8 +84,7 @@ define postfix::transport (
require
=>
[
Package
[
'postfix'
],
Augeas
::
Lens
[
'postfix_transport'
],
Postfix
::
Hash
[
'/etc/postfix/transport'
],
],
notify
=>
Exec
[
'generate
/etc/postfix/transport
.db
'
],
notify
=>
Postfix
::
Hash
[
'
/etc/postfix/transport'
],
}
}
manifests/virtual.pp
View file @
8ecb004c
...
...
@@ -70,8 +70,7 @@ define postfix::virtual (
require
=>
[
Package
[
'postfix'
],
Augeas
::
Lens
[
'postfix_virtual'
],
Postfix
::
Hash
[
'/etc/postfix/virtual'
],
],
notify
=>
Exec
[
'generate
/etc/postfix/virtual
.db
'
],
notify
=>
Postfix
::
Hash
[
'
/etc/postfix/virtual'
],
}
}
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