From: Stephen Gran Date: Wed, 15 Jan 2014 16:21:37 +0000 (+0000) Subject: add these for correctness X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=5cb629daf743fb9c35822d8a6787254cab527478;p=mirror%2Fdsa-puppet.git add these for correctness Signed-off-by: Stephen Gran --- diff --git a/modules/dnsextras/manifests/entries.pp b/modules/dnsextras/manifests/entries.pp index 9bab155be..64dad9dcd 100644 --- a/modules/dnsextras/manifests/entries.pp +++ b/modules/dnsextras/manifests/entries.pp @@ -1,4 +1,6 @@ class dnsextras::entries { + include concat::setup + file { '/srv/dns.debian.org/puppet-extra': ensure => 'directory', } diff --git a/modules/exim/manifests/vdomain/setup.pp b/modules/exim/manifests/vdomain/setup.pp index d698ad63f..9e7f0b042 100644 --- a/modules/exim/manifests/vdomain/setup.pp +++ b/modules/exim/manifests/vdomain/setup.pp @@ -1,4 +1,6 @@ class exim::vdomain::setup { + include concat::setup + concat { '/etc/exim4/virtualdomains': owner => root, group => root,