[Mageia-sysadm] [202] - deploy the tagmail configuration file, so we get error on manifest application

root at mageia.org root at mageia.org
Mon Nov 8 02:16:11 CET 2010


Revision: 202
Author:   misc
Date:     2010-11-08 02:16:10 +0100 (Mon, 08 Nov 2010)
Log Message:
-----------
- deploy the tagmail configuration file, so we get error on manifest application

Modified Paths:
--------------
    puppet/modules/puppet/manifests/init.pp

Modified: puppet/modules/puppet/manifests/init.pp
===================================================================
--- puppet/modules/puppet/manifests/init.pp	2010-11-08 01:12:49 UTC (rev 201)
+++ puppet/modules/puppet/manifests/init.pp	2010-11-08 01:16:10 UTC (rev 202)
@@ -39,5 +39,15 @@
             mode => 700,
             recurse => true
         }
+
+        file { '/etc/puppet/tagmail.conf':
+            ensure => present,
+            owner => puppet,
+            group => puppet,
+            mode => 700,
+            recurse => true
+            content => template("puppet/tagmail.conf"),
+       } 
+        
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101108/a6d214d9/attachment.html>


More information about the Mageia-sysadm mailing list