aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-08 01:16:10 +0000
committerMichael Scherer <misc@mageia.org>2010-11-08 01:16:10 +0000
commit34bc287d95c1bcec044d62adcd7d957bbf642e31 (patch)
tree114a7b41a8ac1dc2d4e5a762aa3e6165f7d777f7 /modules
parent6bcc5a6dbbb0957fb34801596485e8686f63e47a (diff)
downloadpuppet-34bc287d95c1bcec044d62adcd7d957bbf642e31.tar
puppet-34bc287d95c1bcec044d62adcd7d957bbf642e31.tar.gz
puppet-34bc287d95c1bcec044d62adcd7d957bbf642e31.tar.bz2
puppet-34bc287d95c1bcec044d62adcd7d957bbf642e31.tar.xz
puppet-34bc287d95c1bcec044d62adcd7d957bbf642e31.zip
- deploy the tagmail configuration file, so we get error on manifest application
Diffstat (limited to 'modules')
-rw-r--r--modules/puppet/manifests/init.pp10
1 files changed, 10 insertions, 0 deletions
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"),
+ }
+
}
}