From 4b1787ecc126798dcbcf85d383b0489f56dd34bf Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Wed, 12 May 2010 12:00:37 -0400 Subject: storeconfigs: use new mysql::client::ruby class --- manifests/puppetmaster/storeconfigs.pp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'manifests') diff --git a/manifests/puppetmaster/storeconfigs.pp b/manifests/puppetmaster/storeconfigs.pp index 1b6d759..a3b09bd 100644 --- a/manifests/puppetmaster/storeconfigs.pp +++ b/manifests/puppetmaster/storeconfigs.pp @@ -1,13 +1,10 @@ # This class sets up the necessary ActiveRecord bits # so storeconfigs works. + class puppet::puppetmaster::storeconfigs { + include rails include mysql::server - - case $operatingsystem { - debian: { package { libmysql-ruby: ensure => present } } - - } - + include mysql::client::ruby } -- cgit v1.2.3