From 56ec15e0d9e63749aff8f8e03614bd24e80632ad Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 29 May 2008 16:15:40 +0000 Subject: merged from puzzle --- manifests/storeconfigs.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/storeconfigs.pp (limited to 'manifests/storeconfigs.pp') 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 +} -- cgit v1.2.3