[Mageia-sysadm] [169] - oups, fix error

root at mageia.org root at mageia.org
Sat Nov 6 00:45:28 CET 2010


Revision: 169
Author:   misc
Date:     2010-11-06 00:45:28 +0100 (Sat, 06 Nov 2010)
Log Message:
-----------
- oups, fix error

Modified Paths:
--------------
    puppet/modules/epoll/manifests/init.pp
    puppet/modules/mga-mirrors/manifests/init.pp

Modified: puppet/modules/epoll/manifests/init.pp
===================================================================
--- puppet/modules/epoll/manifests/init.pp	2010-11-05 23:41:36 UTC (rev 168)
+++ puppet/modules/epoll/manifests/init.pp	2010-11-05 23:45:28 UTC (rev 169)
@@ -7,7 +7,7 @@
     }
     
     apache::vhost_catalyst_app { $vhost:
-        script => /usr/bin/epoll_fastcgi.pl 
+        script => "/usr/bin/epoll_fastcgi.pl" 
     }
      
     $password = extlookup("epoll_password")

Modified: puppet/modules/mga-mirrors/manifests/init.pp
===================================================================
--- puppet/modules/mga-mirrors/manifests/init.pp	2010-11-05 23:41:36 UTC (rev 168)
+++ puppet/modules/mga-mirrors/manifests/init.pp	2010-11-05 23:45:28 UTC (rev 169)
@@ -7,7 +7,7 @@
     }
 
     apache::vhost_catalyst_app { $vhost:
-        script => /usr/bin/mga_mirrors_fastcgi.pl 
+        script => "/usr/bin/mga_mirrors_fastcgi.pl" 
     }
 
     $password = extlookup("mga_mirror_password")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101106/47715b2c/attachment.html>


More information about the Mageia-sysadm mailing list