From 34bc287d95c1bcec044d62adcd7d957bbf642e31 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 8 Nov 2010 01:16:10 +0000 Subject: - deploy the tagmail configuration file, so we get error on manifest application --- modules/puppet/manifests/init.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules') diff --git a/modules/puppet/manifests/init.pp b/modules/puppet/manifests/init.pp index 92f569b3..9dc813fa 100644 --- a/modules/puppet/manifests/init.pp +++ b/modules/puppet/manifests/init.pp @@ -39,5 +39,15 @@ class puppet { mode => 700, recurse => true } + + file { '/etc/puppet/tagmail.conf': + ensure => present, + owner => puppet, + group => puppet, + mode => 700, + recurse => true + content => template("puppet/tagmail.conf"), + } + } } -- cgit v1.2.1