summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/storeconfigs.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmaster/storeconfigs.pp')
-rw-r--r--manifests/puppetmaster/storeconfigs.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/puppetmaster/storeconfigs.pp b/manifests/puppetmaster/storeconfigs.pp
deleted file mode 100644
index 63c1191..0000000
--- a/manifests/puppetmaster/storeconfigs.pp
+++ /dev/null
@@ -1,8 +0,0 @@
-# This class sets up the necessary ActiveRecord bits
-# so storeconfigs works.
-
-class puppet::puppetmaster::storeconfigs {
- include rails
- include mysql::server
- include mysql::client::ruby
-}