blob: 08d9a8e90e6bdbc568c5d5eb50166221eabb7747 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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': }
}
|