mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
4 lines
107 B
Puppet
4 lines
107 B
Puppet
# Includes all the profiles needed for a workstation
|
|
class role::workstation {
|
|
include ::profile::base
|
|
}
|