diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 13:07:28 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 13:07:28 -0200 |
| commit | 04fdcc3a1de46f33717bfd05ede7b0d7cb372576 (patch) | |
| tree | 45dfb12743fe4b5e23d37777c548b57f5889b0eb /manifests/tlspolicy.pp | |
| parent | 3188b9492f96b776b1221eca4577cb54423ec51e (diff) | |
| parent | 48c85fae1a13745e582a9d2fef12bdb50a0aa39f (diff) | |
| download | puppet-postfix-04fdcc3a1de46f33717bfd05ede7b0d7cb372576.tar.gz puppet-postfix-04fdcc3a1de46f33717bfd05ede7b0d7cb372576.tar.bz2 | |
Merge branch 'upstream' into develop
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 { |
