[Mageia-sysadm] [383] ensure home is a directory

root at mageia.org root at mageia.org
Mon Nov 22 08:29:23 CET 2010


Revision: 383
Author:   blino
Date:     2010-11-22 08:29:23 +0100 (Mon, 22 Nov 2010)
Log Message:
-----------
ensure home is a directory

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

Modified: puppet/modules/buildsystem/manifests/init.pp
===================================================================
--- puppet/modules/buildsystem/manifests/init.pp	2010-11-22 07:23:36 UTC (rev 382)
+++ puppet/modules/buildsystem/manifests/init.pp	2010-11-22 07:29:23 UTC (rev 383)
@@ -50,6 +50,10 @@
             shell => "/bin/bash",
         }
 
+        file { $build_home_dir:
+            ensure => "directory",
+        }
+
         file { "$build_home_dir/.ssh":
             ensure => "directory",
             mode   => 600,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101122/97bcc30c/attachment.html>


More information about the Mageia-sysadm mailing list