summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/storeconfigs.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-06 03:59:10 +0200
committermh <mh@immerda.ch>2010-08-06 03:59:10 +0200
commit6bd681ab05072964efc95ecfe2816e371e45a862 (patch)
treec8d43c0de77d25d3868dbbbc81cc7434cf41b455 /manifests/puppetmaster/storeconfigs.pp
parentd439d82c5ac07c46ae839ef5cd8abe0da70ef807 (diff)
parent79cc286c7249e39f633f422390b5ab79d72f89dd (diff)
merge with lavamind/master
Diffstat (limited to 'manifests/puppetmaster/storeconfigs.pp')
-rw-r--r--manifests/puppetmaster/storeconfigs.pp9
1 files changed, 3 insertions, 6 deletions
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
}