control-repo/site/role/manifests/master.pp
Dylan Ratcliffe d57ecf3b0c Added role
2016-06-15 09:45:03 +10:00

6 lines
193 B
Puppet

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
}