From 5cb629daf743fb9c35822d8a6787254cab527478 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Wed, 15 Jan 2014 16:21:37 +0000 Subject: [PATCH] add these for correctness Signed-off-by: Stephen Gran --- modules/dnsextras/manifests/entries.pp | 2 ++ modules/exim/manifests/vdomain/setup.pp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/modules/dnsextras/manifests/entries.pp b/modules/dnsextras/manifests/entries.pp index 9bab155b..64dad9dc 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 d698ad63..9e7f0b04 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, -- 2.39.2