Fix usage of the common::module_dir.
This commit is contained in:
parent
877134184b
commit
a61349e001
4 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@ class postfix(
|
||||||
|
|
||||||
# Bootstrap moduledir
|
# Bootstrap moduledir
|
||||||
include common::moduledir
|
include common::moduledir
|
||||||
module_dir{'postfix': }
|
common::module_dir{'postfix': }
|
||||||
|
|
||||||
# Include optional classes
|
# Include optional classes
|
||||||
if $anon_sasl == 'yes' {
|
if $anon_sasl == 'yes' {
|
||||||
|
|
|
@ -16,7 +16,7 @@ class postfix::tlspolicy(
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include common::moduledir
|
include common::moduledir
|
||||||
module_dir{'postfix/tls_policy': }
|
common::module_dir{'postfix/tls_policy': }
|
||||||
|
|
||||||
$postfix_tlspolicy_dir = "${common::moduledir::module_dir_path}/postfix/tls_policy"
|
$postfix_tlspolicy_dir = "${common::moduledir::module_dir_path}/postfix/tls_policy"
|
||||||
$postfix_merged_tlspolicy = "${postfix_tlspolicy_dir}/merged_tls_policy"
|
$postfix_merged_tlspolicy = "${postfix_tlspolicy_dir}/merged_tls_policy"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
class postfix::transport_regexp {
|
class postfix::transport_regexp {
|
||||||
|
|
||||||
include common::moduledir
|
include common::moduledir
|
||||||
module_dir{'postfix/transport_regexp': }
|
common::module_dir{'postfix/transport_regexp': }
|
||||||
|
|
||||||
$postfix_transport_regexp_dir = "${common::moduledir::module_dir_path}/postfix/transport_regexp"
|
$postfix_transport_regexp_dir = "${common::moduledir::module_dir_path}/postfix/transport_regexp"
|
||||||
$postfix_transport_regexp_snippets_dir = "${postfix_transport_regexp_dir}/transport_regexp.d"
|
$postfix_transport_regexp_snippets_dir = "${postfix_transport_regexp_dir}/transport_regexp.d"
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
class postfix::virtual_regexp {
|
class postfix::virtual_regexp {
|
||||||
|
|
||||||
include common::moduledir
|
include common::moduledir
|
||||||
module_dir{'postfix/virtual_regexp': }
|
common::module_dir{'postfix/virtual_regexp': }
|
||||||
|
|
||||||
$postfix_virtual_regexp_dir = "${common::moduledir::module_dir_path}/postfix/virtual_regexp"
|
$postfix_virtual_regexp_dir = "${common::moduledir::module_dir_path}/postfix/virtual_regexp"
|
||||||
$postfix_virtual_regexp_snippets_dir = "${postfix_virtual_regexp_dir}/virtual_regexp.d"
|
$postfix_virtual_regexp_snippets_dir = "${postfix_virtual_regexp_dir}/virtual_regexp.d"
|
||||||
|
|
Loading…
Reference in a new issue