summaryrefslogtreecommitdiff
path: root/manifests/storeconfigs.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-05-29 16:15:40 +0000
committermh <mh@immerda.ch>2008-05-29 16:15:40 +0000
commit56ec15e0d9e63749aff8f8e03614bd24e80632ad (patch)
tree159eaf5af9f1f741dbb257de2b53bb2a86d0c120 /manifests/storeconfigs.pp
parente6c656d503d8a7272d29f6191688520c43cf8fb8 (diff)
merged from puzzle
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
+}