From: intrigeri Date: Thu, 22 Sep 2016 09:25:12 +0000 (+0000) Subject: Subscribe to the Concat resource instead of the File one. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e62fc0c0e5748230859479b28c820721436fc0e1;p=puppet-postfix.git Subscribe to the Concat resource instead of the File one. This is needed with recent versions of the concat module. --- 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 {