From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000196.html | 93 +++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000196.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000196.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000196.html b/zarb-ml/mageia-sysadm/2010-November/000196.html new file mode 100644 index 000000000..6acfe4b12 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000196.html @@ -0,0 +1,93 @@ + + + + [Mageia-sysadm] [87] - add the directory for password and external data + + + + + + + + + +

[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
+ -- cgit v1.2.1