[Mageia-sysadm] [513] - install ruby-sqlite, to use stored config, and so exported config
root at mageia.org
root at mageia.org
Mon Dec 6 17:58:50 CET 2010
Revision: 513
Author: misc
Date: 2010-12-06 17:58:49 +0100 (Mon, 06 Dec 2010)
Log Message:
-----------
- install ruby-sqlite, to use stored config, and so exported config
Modified Paths:
--------------
puppet/modules/puppet/manifests/init.pp
Modified: puppet/modules/puppet/manifests/init.pp
===================================================================
--- puppet/modules/puppet/manifests/init.pp 2010-12-06 15:08:58 UTC (rev 512)
+++ puppet/modules/puppet/manifests/init.pp 2010-12-06 16:58:49 UTC (rev 513)
@@ -24,7 +24,12 @@
package { puppet-server:
ensure => installed
}
-
+
+ # for stored config
+ package { "ruby-sqlite3":
+ ensure => installed
+ }
+
service { puppetmaster:
ensure => running,
path => "/etc/init.d/puppetmaster",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101206/2483b41c/attachment-0001.html>
More information about the Mageia-sysadm
mailing list