summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2016-09-22 09:25:12 +0000
committerintrigeri <intrigeri@boum.org>2016-09-22 09:25:12 +0000
commite62fc0c0e5748230859479b28c820721436fc0e1 (patch)
treeda2caa9ba383ad899cc2076e075ce85e41a29171
parent969076a813b88dafd222c413bf6fbabab837eafb (diff)
Subscribe to the Concat resource instead of the File one.
This is needed with recent versions of the concat module.
-rw-r--r--manifests/tlspolicy.pp2
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 {