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