summaryrefslogtreecommitdiff
path: root/manifests/master/ree.pp
blob: 92cc07bc8aca06797980e2aa50b801dd6ce2e717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Class: trocla::master::ree
#
# This module manages the necessary things for trocla on a master.
#
# [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': }

  include trocla::config
}