Added role

This commit is contained in:
Dylan Ratcliffe 2016-06-15 09:45:03 +10:00
parent 01573e99a9
commit d57ecf3b0c

View File

@ -0,0 +1,5 @@
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
}