diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 13:06:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 13:06:21 -0200 |
commit | 48c85fae1a13745e582a9d2fef12bdb50a0aa39f (patch) | |
tree | 65f0da4a6d7e2a74c3e081a9712b334d3f8716e4 /manifests/tlspolicy.pp | |
parent | c38a65d0c8565ebe3d22a72c396f233929b93287 (diff) | |
parent | cebe42c1bcf7ebfbb989c1b6a7d416d98c947e64 (diff) | |
download | puppet-postfix-48c85fae1a13745e582a9d2fef12bdb50a0aa39f.tar.gz puppet-postfix-48c85fae1a13745e582a9d2fef12bdb50a0aa39f.tar.bz2 |
Merge branch 'master' of https://gitlab.com/shared-puppet-modules-group/postfix into upstreamupstream
Diffstat (limited to 'manifests/tlspolicy.pp')
-rw-r--r-- | manifests/tlspolicy.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tlspolicy.pp b/manifests/tlspolicy.pp index d901710..bf96503 100644 --- a/manifests/tlspolicy.pp +++ b/manifests/tlspolicy.pp @@ -30,7 +30,7 @@ class postfix::tlspolicy( postfix::hash { '/etc/postfix/tls_policy': source => "$postfix_merged_tlspolicy", - subscribe => File["$postfix_merged_tlspolicy"], + subscribe => Concat["$postfix_merged_tlspolicy"], } postfix::config { |