diff --git a/site/role/manifests/master.pp b/site/role/manifests/master.pp new file mode 100644 index 0000000..4b277f5 --- /dev/null +++ b/site/role/manifests/master.pp @@ -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 +}