]> gitweb.fluxo.info Git - puppet-postfix.git/commitdiff
Subscribe to the Concat resource instead of the File one.
authorintrigeri <intrigeri@boum.org>
Thu, 22 Sep 2016 09:25:12 +0000 (09:25 +0000)
committerintrigeri <intrigeri@boum.org>
Thu, 22 Sep 2016 09:25:12 +0000 (09:25 +0000)
This is needed with recent versions of the concat module.

manifests/tlspolicy.pp

index d90171085811a14a10abc6a85372162097c68884..bf96503ca34a6edc426df822e73fed9f122444a9 100644 (file)
@@ -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 {