Switching to site_postfix convention
This commit is contained in:
parent
4498548534
commit
5bae026d34
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Manages Postfix transport_regexp by merging snippets shipped:
|
||||
# - in the module's files/transport_regexp.d/ or puppet:///files/etc/postfix/transport_regexp.d
|
||||
# (the latter takes precedence if present); site-postfix module is supported
|
||||
# (the latter takes precedence if present); site_postfix module is supported
|
||||
# as well, see the source argument of file {"$postfix_transport_regexp_snippets_dir"
|
||||
# bellow for details.
|
||||
# - via postfix::transport_regexp_snippet defines
|
||||
|
@ -34,8 +34,8 @@ class postfix::transport_regexp {
|
|||
group => '0',
|
||||
mode => '700',
|
||||
source => [
|
||||
"puppet:///modules/site-postfix/${fqdn}/transport_regexp.d",
|
||||
"puppet:///modules/site-postfix/transport_regexp.d",
|
||||
"puppet:///modules/site_postfix/${fqdn}/transport_regexp.d",
|
||||
"puppet:///modules/site_postfix/transport_regexp.d",
|
||||
"puppet:///files/etc/postfix/transport_regexp.d",
|
||||
"puppet:///modules/postfix/transport_regexp.d",
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Manages Postfix virtual_regexp by merging snippets shipped:
|
||||
# - in the module's files/virtual_regexp.d/ or puppet:///files/etc/postfix/virtual_regexp.d
|
||||
# (the latter takes precedence if present); site-postfix module is supported
|
||||
# (the latter takes precedence if present); site_postfix module is supported
|
||||
# as well, see the source argument of file {"$postfix_virtual_regexp_snippets_dir"
|
||||
# bellow for details.
|
||||
# - via postfix::virtual_regexp_snippet defines
|
||||
|
@ -34,8 +34,8 @@ class postfix::virtual_regexp {
|
|||
group => '0',
|
||||
mode => '700',
|
||||
source => [
|
||||
"puppet:///modules/site-postfix/${fqdn}/virtual_regexp.d",
|
||||
"puppet:///modules/site-postfix/virtual_regexp.d",
|
||||
"puppet:///modules/site_postfix/${fqdn}/virtual_regexp.d",
|
||||
"puppet:///modules/site_postfix/virtual_regexp.d",
|
||||
"puppet:///files/etc/postfix/virtual_regexp.d",
|
||||
"puppet:///modules/postfix/virtual_regexp.d",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue