summaryrefslogtreecommitdiff
path: root/manifests/master/ree.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2016-01-28 00:55:26 +0100
committermh <mh@immerda.ch>2016-01-28 00:55:26 +0100
commit8ca75f6d074b83ee48d9ce713cdb3e28e57d2cf8 (patch)
tree11ea8f3d49648e2a781f6d830babdbe8801fda35 /manifests/master/ree.pp
parent572fd99995e50591f3e774582937c28eb337aa00 (diff)
update module to make it work with all the new features of trocla 0.2.2
Diffstat (limited to 'manifests/master/ree.pp')
-rw-r--r--manifests/master/ree.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/master/ree.pp b/manifests/master/ree.pp
deleted file mode 100644
index bf2c400..0000000
--- a/manifests/master/ree.pp
+++ /dev/null
@@ -1,13 +0,0 @@
-# Class: trocla::master::ree
-#
-# This module manages the necessary things for trocla on a master for
-# RubyEnterprise installation.
-#
-# [Remember: No empty lines between comments and class definition]
-class trocla::master::ree {
-
- require ruby_enterprise::gems::moneta
- require ruby_enterprise::gems::highline
-
- ruby_enterprise::gem{'trocla': }
-}