new concat no longer works with source => <file> on jessie hosts. Switch to content...
[mirror/dsa-puppet.git] / modules / exim / manifests / vdomain / setup.pp
index 2765fba..1433887 100644 (file)
@@ -9,7 +9,7 @@ class exim::vdomain::setup {
 
        concat::fragment { 'virtualdomains_header':
                target => '/etc/exim4/virtualdomains',
-               source => 'puppet:///modules/exim/virtualdomains.header',
+               content => template('exim/virtualdomains.header.erb'),
                order  => '00',
        }
 }