summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/storeconfigs.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-05-11 17:00:20 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-05-11 17:00:20 -0400
commit57d8ecf86f49db2c9e367480e380a73cad4b71e6 (patch)
tree473263b26fdb525e7e7c90efbf919b9d3f02dd99 /manifests/puppetmaster/storeconfigs.pp
parent0f0434a582c1f3bd274a79e51ab34a2f4887e659 (diff)
parentfc72cbc8a9d09b2d305df061dfc74cc960610d85 (diff)
Merge commit 'nadir/master'
Diffstat (limited to 'manifests/puppetmaster/storeconfigs.pp')
-rw-r--r--manifests/puppetmaster/storeconfigs.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/puppetmaster/storeconfigs.pp b/manifests/puppetmaster/storeconfigs.pp
index 32aaa7f..1b6d759 100644
--- a/manifests/puppetmaster/storeconfigs.pp
+++ b/manifests/puppetmaster/storeconfigs.pp
@@ -2,4 +2,12 @@
# so storeconfigs works.
class puppet::puppetmaster::storeconfigs {
include rails
+ include mysql::server
+
+ case $operatingsystem {
+ debian: { package { libmysql-ruby: ensure => present } }
+
+ }
+
+
}