diff options
author | Micah <micah@riseup.net> | 2017-02-24 20:05:46 +0000 |
---|---|---|
committer | Micah <micah@riseup.net> | 2017-02-24 20:05:46 +0000 |
commit | d9b9cce45b6f349e589c24a6442f9387f90a157d (patch) | |
tree | 0041e1216248f1c238c2efdabb653b67e105a770 | |
parent | cc0baada0d31c2732cd8c1e69abd4fdd73ae3e1c (diff) | |
parent | e6ff69485bdee11361e7be21cf1dacae19e0d90d (diff) | |
download | puppet-postfix-d9b9cce45b6f349e589c24a6442f9387f90a157d.tar.gz puppet-postfix-d9b9cce45b6f349e589c24a6442f9387f90a157d.tar.bz2 |
Merge branch 'support_concat_2.2.0' into 'master'
Subscribe to the Concat resource instead of the File one.
See merge request !15
-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 { |