Fix wrong define and directory name in documentation.
This commit is contained in:
parent
985ec1fe0a
commit
fa6c3e659d
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ Example usage:
|
|||
|
||||
node "toto.example.com" {
|
||||
include postfix
|
||||
postfix::header_checks {
|
||||
postfix::header_checks_snippet {
|
||||
'wrong_date': content => 'FIXME';
|
||||
'bla': source => 'puppet:///files/etc/postfix/header_checks.d/bla';
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
== Definition: postfix::tlspolicy_snippet
|
||||
|
||||
Adds a TLS policy snippets to /etc/postfix/tls_policy.d/.
|
||||
Adds a TLS policy snippets to /etc/postfix/tls_policy.
|
||||
See the postfix::tlspolicy class for details.
|
||||
|
||||
Parameters:
|
||||
|
|
Loading…
Reference in a new issue