[Mageia-sysadm] [515] stored config option requires rails ( maybe a wrong requires on ruby-activerecord )

root at mageia.org root at mageia.org
Mon Dec 6 18:25:59 CET 2010


Revision: 515
Author:   misc
Date:     2010-12-06 18:25:58 +0100 (Mon, 06 Dec 2010)
Log Message:
-----------
stored config option requires rails ( maybe a wrong requires on ruby-activerecord )

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

Modified: puppet/modules/puppet/manifests/init.pp
===================================================================
--- puppet/modules/puppet/manifests/init.pp	2010-12-06 16:59:45 UTC (rev 514)
+++ puppet/modules/puppet/manifests/init.pp	2010-12-06 17:25:58 UTC (rev 515)
@@ -26,7 +26,7 @@
         }
 
         # for stored config
-        package { "ruby-sqlite3":
+        package { ["ruby-sqlite3","rails"]:
             ensure => installed
         }    
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101206/67af6a04/attachment.html>


More information about the Mageia-sysadm mailing list