From 76fbba7c159866025b9fd99fe68ebf7512c31c2c Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 2 Oct 2009 13:48:31 +0200 Subject: refactor everything into its own file --- manifests/puppetmaster/storeconfigs.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/puppetmaster/storeconfigs.pp (limited to 'manifests/puppetmaster/storeconfigs.pp') diff --git a/manifests/puppetmaster/storeconfigs.pp b/manifests/puppetmaster/storeconfigs.pp new file mode 100644 index 0000000..32aaa7f --- /dev/null +++ b/manifests/puppetmaster/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