dots/puppet/production/site/role/manifests/workstation.pp

4 lines
107 B
Puppet

# Includes all the profiles needed for a workstation
class role::workstation {
include ::profile::base
}