From e62fc0c0e5748230859479b28c820721436fc0e1 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Thu, 22 Sep 2016 09:25:12 +0000 Subject: Subscribe to the Concat resource instead of the File one. This is needed with recent versions of the concat module. --- manifests/tlspolicy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3