control-repo/site/role/manifests/master.pp

6 lines
193 B
ObjectPascal
Raw Normal View History

2016-06-14 23:45:03 +00:00
class role::master {
# Here we include all of the profiles taht make up a Puppet Master
# for now it's just the base (the SOE) but we will probably add more later
include profile::base
}