[Mageia-sysadm] [87] - add the directory for password and external data

root at mageia.org root at mageia.org
Thu Nov 4 17:47:06 CET 2010


Revision: 87
Author:   misc
Date:     2010-11-04 17:47:06 +0100 (Thu, 04 Nov 2010)
Log Message:
-----------
- add the directory for password and external data

Modified Paths:
--------------
    puppet/manifests/nodes.pp

Modified: puppet/manifests/nodes.pp
===================================================================
--- puppet/manifests/nodes.pp	2010-11-04 16:34:59 UTC (rev 86)
+++ puppet/manifests/nodes.pp	2010-11-04 16:47:06 UTC (rev 87)
@@ -45,6 +45,15 @@
         creates => "/etc/puppet/manifests/site.pp"
     }
 
+    file { "extdata":
+        path => "/etc/puppet/extdata",
+        ensure => directory,
+        owner => puppet,
+        group => puppet,
+        mode => 700,
+        recurse => true
+    }
+
     package {"puppet-server":
         ensure => "installed"
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101104/d2b9be56/attachment.html>


More information about the Mageia-sysadm mailing list